• Resolved BeoWulf

    (@beowulf)


    Hello Sir,

    Actually i want to hide some column but when i hide column simultaneously DataTables ColumnFilterWidgets is also hide can you tell me some code for not hiding DataTables ColumnFilterWidgets

    Behind this idea is Actually i want to search table in date wise so user select date, month and year and the field is search.

    Please check this screenshot – https://s22.postimg.org/ff0edorkh/table.jpg

    Sorry for my bad english –

    And also is that any another method for search table in Date wise so please tell me

    Thanks in advance

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    For this, you could hide the columns with CSS. For example, add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-123 .column-1,
    .tablepress-id-123 .column-2,
    .tablepress-id-123 .column-3 {
      display: none;
    }

    Regards,
    Tobias

    Thread Starter BeoWulf

    (@beowulf)

    Thanks for your quick reply sir.

    Thank you very much..!!

    Sir i just want to ask is that plugin work when my table goes to 100000 row…?

    How much its limit..?

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    100,000 rows is quite a lot. Most likely, you will experience that the table will load very slow, both on the frontend and on the “Edit” screen.
    For tables of that size, an actual database solution is probably better.

    Regards,
    Tobias

    Thread Starter BeoWulf

    (@beowulf)

    Hello Sir,

    Please check the screenshot – https://s15.postimg.org/sahwce3h7/table.jpg

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    for this, you can use another parameter in the Shortcode:
    [table id=123 datatables_columnfilterwidgets=true datatables_columnfilterwidgets_exclude_columns=4 /]

    Regards,
    Tobias

    Thread Starter BeoWulf

    (@beowulf)

    Thank you Sir.. (:

    Plugin Author Tobias B?thge

    (@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 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Hide some column but not hide DataTables ColumnFilterWidgets’ is closed to new replies.