Is it possible to open directly a specific page?
Is it possible to open directly a specific page?
Hello All,
I've been using datatable in Laravel from about a month, it's a great tool that works well.
Let's imagine I have a word in a session variable and I want when I open the datatable view to directly go to the page containing this word in a pre-defined column, the datatable being sorted by alphabetical order on this column.
NB : It's different from the 'stateSave' option because I do not have view this word/page before.
Thanks in advance.
This question has an accepted answers - jump to answer
Answers
See if either the page.jumpToData() or row().show() plugins will do what you want.
Kevin
Thanks @kthorngren , both solutions should work, I'll see what is the best to fit my need.