In this test the timings are actually off. The initial search plugin runs on table open - where my expand is empty, but my rows().nodes() expand runs after that.
Build your expand variable inside initComplete so its ready to use for the plugin. Same as you posted previously.
initComplete
Kevin
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
In this test the timings are actually off.
The initial search plugin runs on table open - where my expand is empty, but my rows().nodes() expand runs after that.
Build your expand variable inside
initComplete
so its ready to use for the plugin. Same as you posted previously.Kevin