jQuery plugins with table and pagination
I'm using jQuery 2.x, I wonder if there's a plugin that involve less javascript code as possible when building a table filled with ajax call.
Datatables.net has a
good way to achieve this, but I suspect that works only with jQuery 1.x because I can't call the server side code with ajax.
Any suggestion?
Thank you