ColReorder - Server-side processing + Virtual Scroller
ColReorder - Server-side processing + Virtual Scroller
goanna
Posts: 4Questions: 1Answers: 0
Can you indicate how can I configure ColReorder so that successfully works in server-side processing? Also, I use virtual scroller, which works fine dynamically.
ColReorder, in the examples provided, uses "dom": "Rlfrtip", while Scroller extension "dom": "rtiS". Which of the two is suitable so that both work fine together in server-side proc?
Any help is appreciated!
Anna
This discussion has been closed.
Answers
ColReorder - capital "R".
Scroller - capital "S".
Use them both in your "dom" initialisation.
Thanks, but the problem remains! I used "dom": "RlfrtiS". Virtual scroller works fine, but ColReorder not at all. Any help?
//it is worth to mention that columns and data are returned from the server through ajax calls
Did you download and include ColReorder js file? It's an extension:
http://datatables.net/extensions/colreorder/
Otherwise without seeing your code, I have no idea.
Yes, I know that ColReorder is an extension and I have included it. Here is my code:
$.ajax({
});
In "dom", I tried, also, "dom": "RlfrtiS", but nothing. I use jquery-1.8.3 and DataTables-1.10.2 full package with its extensions.
Any help?