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 reason for this is the way how your theme works. When you come to the page with the table from another page, the theme will not reload the entire page, but us an AJAX request to only load the content part of the page.
    That part however does not include the JavaScript initialization for the JS features, but only the HTML code for the table.

    When you directly load the page with the table in the browser, the full page is loaded, including that initalization code.

    So, you will either have to change how the theme loads pages (or switch themes) or you’ll have to use the table without the JS features. Sorry ??

    Regards,
    Tobias

    Thread Starter lilireed

    (@lilireed)

    Thanks for your answer Tobias!
    I was thinking, could I add the JS initialization code in my header so it will be there for any page?
    What would I have to add?
    Thanks for your help, cheers

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no, that won’t work, unfortunately, as the JS initialization code depends on the ID of the table. Also, for it to work, the table HTML code has to be in the page before the code is executed.

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘filters, search and navigation dissapears’ is closed to new replies.