• Resolved smagnun

    (@smagnun)


    Hi Tobias

    I was testing your table and I’ve found a issue in DataTables ColumnFilterWidgets, when the table has only one column it is crossing the sidebar (I didnt try with more than one column).

    See image: https://postimg.org/image/b32nqwzjz/

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter smagnun

    (@smagnun)

    I noticed that this issue is caused because it is follow the size of the phrase, like in that image:

    https://postimg.org/image/fwe3d9o1p/

    is there a way to put a limit in that?

    • This reply was modified 8 years ago by smagnun.
    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    This should be possible with some CSS code. Please try add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .column-filter-widgets .column-filter-widget select {
      width: 100px;
    }

    Regards,
    Tobias

    Thread Starter smagnun

    (@smagnun)

    Great.

    It worked very well. Thanks a million.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘DataTables ColumnFilterWidgets wide issue’ is closed to new replies.