• Resolved dzulfriday

    (@dzulfriday)


    Hi,

    No matter how many I uncheck the option Enable the visitor to filter or search the table, my table still showing the search box. How to fix this?

    • This topic was modified 4 years, 6 months ago by dzulfriday. Reason: wrong url

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Syed Numan

    (@annuman)

    Hello @dzulfriday,

    If you are using any caching plugin then such an issue can occur. So, you should exclude the table page from caching.

    However, if the issue is not resolved then please use the following CSS to the table custom CSS section to hide the table filter.

    tr.footable-filtering {
        display: none !important;
    }

    Thank You

Viewing 1 replies (of 1 total)

The topic ‘Cannot disable search/filter’ is closed to new replies.