• Resolved koikawa

    (@koikawa)


    Hi there!

    I used to be able to sort by column (it is selected in the Features of DataTables JavaScript Library) per the screenshot below:

    View post on imgur.com

    Also not working is the pagination (currently loads all 200+ rows of the table) and user search.

    I suspect the sort has to do with the data type of the first column, but can you confirm that? Also, would that affect pagination and search features?

    Thank you!

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

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 cause for this is some broken HTML code for (at least) eight links in the column 9 of your table. (You will see these with too short bottom border when viewing the table.)
    In those cells, the HTML code for the links contains

     target="new>Website</a>
    

    Note how a closing " is missing between new and >. Due to this, the HTML code is invalid and the browser can not properly display the table or apply the JavaScript functions. So, just add the missing " everywhere and the sorting etc. will work again.

    Regards,
    Tobias

    Thread Starter koikawa

    (@koikawa)

    Thank you so much!! Sorry to bother you, love TablePress and its support!

    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 3 replies - 1 through 3 (of 3 total)

The topic ‘Visitor sort and other features missing’ is closed to new replies.