• I’m using short code to display a form on the front end. I’d like to remove the search function from some tables. Is this possible ?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Michael Simpson

    (@msimpson)

    try the following “dt_options” value:

    [cfdb-datatable form="YOUR_FORM" dt_options="bLengthChange:false, bFilter:false"]

    Thread Starter shanzobuf

    (@shanzobuf)

    Awesome thanks Michael for the quick response. Also how to remove the entry count at the bottom of the table “Showing 1.. entries”. Is there a list of all the dt_options values that i can play with somewhere ?

    Plugin Author Michael Simpson

    (@msimpson)

    You would have to look up option on datatable.net site.

    amazing… thank you so much for this! Helped me a lot.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Remove search bar’ is closed to new replies.