Ninja tables pro plugin loading delay
Hi all,
I am using your Ninja Table Pro plugin on a Wordpress site.
I have some pages, with several tables and svg schemas.
I would like to jquery interaction between tables and svg schemas.
To explain it simply, when the visitor hover a letter on a table row header, it highlight the corresponding letter on the svg schema.
My js file is loaded just before the tag.
But I have a loading delay issue with Ninja table plugin.
If I insert a timer to defer my script launch (based on tables ids recognition) it works well, but I need to push the delay to 5 seconds.
Is it another way to set the Ninja tables scripts loading ? Is there hook or something else to know when tables are fully loaded (a 'onTableLoad' event, for exemple) ?
Best regards, and thanks for help