• Resolved vgray

    (@vgray)


    How do I include a search bar on a table in order to allow people to search specific data?

    Thank you in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The Search bar is normally added by default, unless you turn off the “Search/Filter” checkbox on the table’s “Edit” screen.
    If that’s not working, can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Hi Tobias,

    After recent update of WordPress and TablePress, search is not displaying, even though search is enable in the TablePress settings. Here is the example:

    https://brainhealthinstitute.rutgers.edu/bhi-regular-members/

    Here is the jquery error in Chrome Console:

    Uncaught TypeError: Cannot set properties of undefined (setting '_DT_CellIndex')
        at $a (jquery.datatables.min.js?ver=1.14:31:21)
        at ea (jquery.datatables.min.js?ver=1.14:22:467)
        at HTMLTableRowElement.<anonymous> (jquery.datatables.min.js?ver=1.14:23:79)
        at jquery.js:141:20
        at Function.map (jquery.js:503:13)
        at m.fn.init.map (jquery.js:140:33)
        at Ha (jquery.datatables.min.js?ver=1.14:23:44)
        at f (jquery.datatables.min.js?ver=1.14:99:307)
        at HTMLTableElement.<anonymous> (jquery.datatables.min.js?ver=1.14:99:490)
        at Function.each (jquery.js:384:23)
    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for the link! That helped a lot!

    The cause for this problem is invalid/broken HTML code. In particular, in row 211 (for Philip Parker) the HTML code for the email address is incomplete. It’s missing the "> and the link text (likely again the email address).
    This invalid HTML code breaks the structure of the table so that the Search feature can not be added.

    Regards,
    Tobias

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

The topic ‘TablePress Search Bar’ is closed to new replies.