> > Ok, thanks very much! That was the problem, I had to login :) > > I've heard of PowerTable, and even I visited the webpage, saw the > demos. PowerTable is really cool, but (I'm quoting the author in this) > it's not appropriate for tables with lot of records, because it uses > "datatable", and datatable isn't server side processing;
Not yet, Datatables has serverside processing http://datatables.net/examples/server_side/server_side.html <http://datatables.net/examples/server_side/server_side.html>But, It is not in plugin_powerTable yet, I have a list of wishes and issues, I am working on my free time to fix bugs and implement new features. There are some people helping with tests, and I hope to implement ServerSide processing very soon ( I actually have it working on my machine, but it is not very well included in the plugin) I hope to be able to do something like: plugins.powerTable.datasource = URL('a_funtion_which_returns_xml_or_json') I am looking throught webgrid and Jqgrid code to take some ideas and it is on the way. For now, you have to go with webgrid or jqgrid if you need server side processing. -- Bruno Rocha http://about.me/rochacbruno/bio

