[jQuery] DataTables plugin

2009-12-24 Thread romsok
Hi, I apologize, but I am rather new to AJAX and JQuery so my questions will probably be basic. I am using DataTables plugin, which I am trying to initialize from a JavaScript function which is called when an AJAX call returns. here is the code: [code] function initMyDataTable() { $('#my

Re: [jQuery] DataTables plugin - set "id" attribute for table rows?

2009-11-27 Thread Michel Belleville
The id is an html node attribute. You just have to use the same method as for any other attribute, namely : http://docs.jquery.com/Attributes/attr#keyvalue Michel Belleville 2009/11/27 Stodge > My account hasn't been activated on the datatables forum so I need to > ask this question here. Hope

[jQuery] DataTables plugin - set "id" attribute for table rows?

2009-11-27 Thread Stodge
My account hasn't been activated on the datatables forum so I need to ask this question here. Hope this is ok. I want to set an id for each row so that I can drag and drop the row onto another element. But I can't see how to do it from the website. Does anyone know if this is possible? Thanks

[jQuery] Datatables Plugin Default Sort Column

2009-04-16 Thread smnbin
Hello, Does anyone know whether it is possible to define a default sort column for the jQuery Datatables plugin (http://www.sprymedia.co.uk/ article/DataTables) for when the table of data first loads? Many thanks, Simon

[jQuery] DataTables plugin

2008-04-17 Thread theallan
Hello all, I've recently being trying out jQuery for the first time and it has been absolutely outstanding. I'm currently working on a project that needs tables with filter, pagination, sorting etc, and I found that no one plugin does all of this, so I thought it would be interesting to try and