Search
10709 results 1341-1350
Forum
- 14th Jul 2011Help: iDisplayLength and iDisplayStart are NaN...fbas Here's the full init: [code] _dataTable = self.getTableElement().dataTable({ sDom:
- 9th Jul 2011How to Send method POST to ajax callsjqueryui too) [code] $(document).ready(function() { /* Init ajax defaults */ var sgHREF
- 8th Jul 2011Problem getting startedjsp page with jquery init?? Anyways, thanks for the
- 5th Jul 2011Swap sPaginationType after initialization?Well, it seems that it still calls the Update method, so I can just ensure that whatever was setup in the Init method was done in there and make it work that way. Tom
- 30th Jun 2011restore selected rowsok, only one thing missing. How can I set focus on cell on dataTable/keyTable init?
- 27th Jun 2011Updating Cells with JQuery widgets in them (destroy/init)after the fnUpdate and init the content depending on
- 24th Jun 2011Column width not refreshed after Ajax load.last column? [code] $(function() { // Init user data $('#test_backupTable').dataTable( { "bProcessing":
- 20th Jun 2011Add /Remove data between two datatablesvar row = fnGetSelected(oTableSource); oTableDest.fnAddTr(row); } ); /* Init the table */ oTableSource = $('#source').dataTable({"aoColumns":
- 10th Jun 2011Destroy and Recreate Troubles!!!columns } oTable = $("#datatable").dataTable(settings); // Post init setup functions... oTable.fnSetColumnVis(0, false);
- 6th Jun 2011Scroller + bServerSideYup - sounds like it might be sensible to have the option to override that calculation with an init option. Note made... You could just change that line in the source for now though. Allan