• Resolved noxos

    (@noxos)


    Hi,

    Thank you for the quality of this plugin, but I am encountering a serious problem.

    In the table I use an Accordeon plugin Read More. The table is at the bottom of the page.

    It works correctly except when there is pagination on the table.

    According to the author of the plugin, this is because the JS file is not included by the table.

    Here is the discussion,

    I’m not a professional about it, thank you for your help.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi!

    Thanks for your post and sorry for the trouble!

    I’m not exactly sure, but this looks like this problem: https://datatables.net/faqs/index#events

    The best solution would be for that accordion solution to use event delegation, so that the JavaScript event they are using as a trigger is only added e.g. to the HTML <body> tag instead of each link individually.

    Regards,
    Tobias

    Thread Starter noxos

    (@noxos)

    Hi Tobias,

    Thank you for this info, I will see about implementing this solution.

    Regards

    Noxos

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    Good to hear that this might help! This is probably something that the developers of that Accordion plugin would need to adjust in their code.

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘js file does not included with pagination’ is closed to new replies.