EragonJ / Trip.js

🚀 Trip.js is a plugin that can help you customize a tutorial trip easily with more flexibilities.
https://eragonj.github.io/Trip.js/
MIT License
793 stars 111 forks source link

Trip with JQuery Data Table #202

Open vruddhi opened 3 years ago

vruddhi commented 3 years ago

Trip does not navigate inside the jquery data table. Controls nested within the data table are all ignored. Is there a way this can be handled?

bmerigan commented 3 years ago

This would be because Trip was initialised before the data table existed. I don't see a Trip option to 'rescan' the document. Maybe you can affect this by the order your Javascript is in.

EragonJ commented 3 years ago

for rescan, like what @bmerigan mentioned, if you do the initialization of Trip right after jquery data table, it should be working I think. But if it's related to internal structure of jquery data table, maybe there is nothing that we can handle here :/