how can i save datatables state to my database??
how can i save datatables state to my database??
jatin gajera
Posts: 60Questions: 23Answers: 0
how can i save datatables state to my database??
This discussion has been closed.
Replies
Hi @jatin gajera ,
To that, you'll need to send the state back from the
stateSaveCallback
function - if you go that page, there's an example doing just that. You would then need a correspondingstateLoadCallback
to retrieve that state on table initialisation.Cheers,
Colin
thanks @Colin..
@colin
what you say about this....
Navigate through arrow key this feature available or not in datatable ??
key table not working in example i am not show cell border around the cell in keytable example..please check.
Hi @jatin gajera
Yep, see the example here. You can see the keys behaving as expected. I did notice though the examples are broken on our website, the JS file is missing - I'll get that fixed first thing this morning.
Cheers,
Colin
yes @colin i see this example...but fix keytable issues As soon as possibal..
Thanks for your kind replay @colin .....
It's not a problem with KeyTable - just the link on the website. As you could see in the example I posted, if you reference the correct libraries it does work...