• Resolved captainchrissy

    (@captainchrissy)


    Hello, we are having difficulty getting the collapse function working. It worked properly before but suddenly stopped.

    The current code I have is: [table id=6 responsive=”collapse” /]. Any help is appreciated. Thank you!

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

Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The cause for this is that your table now uses #colspan# to merge/connect table cells, at least twice from what I can see. Unfortunately, such merged cells will result in the JavaScript functions, including the collapse mode, no longer working, as the external JavaScript library that’s behind this simply doesn’t support merged/combined cells. Thus, you’d have to remove all #colspan# from the table to get the collapse mode working again, sorry.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Collapse Mode Not Working’ is closed to new replies.