server side and scroller
server side and scroller
yvetee
Posts: 29Questions: 7Answers: 0
I have scroller with server side. In my table I have edit row button in modal window. So, user scroll table to middle and edit the row. Need after update to be in the same position. Can I update only selected row?
Finally, how can I load page and scroller is at the last row?
This discussion has been closed.
Answers
You seem to be asking the same question again in different permutations like in here:
https://datatables.net/forums/discussion/61571/server-side-and-scroller-hold-and-move-to-row#latest
"Need after update to be in the same position. Can I update only selected row?"
Yes, you can because that is the default behavior using the select extension. Have you tried this? What exactly was the behavior that you didn't like? Can you post a test case showing your issue?
"Finally, how can I load page and scroller is at the last row?"
That was answered in the thread quoted above. Again: What is it exactly that you don't like? Please post a test case showing the issue.
hello rf1234,
Thank you for your reply,
here is a demo of my page
dnses.net/project88751/ctest1.php?c=1
js
dnses.net/project88751/js/customer_appointment.js
1) After EDIT an row, and modal close, to refresh only this row without reload table.
2) On page load, scroller to last row.( pls, check if I amusing the correct method).
Thank you in advance.
Another demo
http://dnses.net/project88751/testD.php
Is this using Editor?
I tried your page but it just reports no data available in table.
Colin
Update demo page with data, as it was deleted
No editor,