Search
10722 results 6451-6460
Forum
- 12th Jun 2013Two Tables: One Ajax SourceI would suggest using $jquery.ajax to do the ajax get, then splitting that up into 2 arrays via javascript in the callback from that function, and then initializing the datatables instances based on those 'local' javascript arrays/objects.
- 12th Jun 2013Using external language fileas required in the initialisation variables. Regards, Allan
- 9th Jun 2013Fixed columns issueiLeftWidth from the FixedColumns initialisation. FixedColumns 2.5 takes the
- 8th Jun 2013more documentation buglets and some theory/usage questionsknown plug-ins and there initialisation options somewhere though. I'll
- 6th Jun 2013Lost column/cell style upon sortand yes - adding the "bSortClasses" : false declaration to my table initialisation fixed the loss of formatting when sorting for that column. thanks again
- 3rd Jun 2013GD STAR RATINGS help needed...Hmmm - very odd. All I can really say is that I think the star initialisation should happen before the table is initialised (but when the page has been fully loaded - i.e. document ready), or in DataTables' fnInitComplete function. Allan
- 1st Jun 2013TablePress & DataTables - works on everything but iDevicesis that it isn't initialising one nodes which aren't
- 30th May 2013Reload datatable with new aoDataWhen the object is initially created, it sends a
- 29th May 2013Sort on startup, and javascript sortUse aaSorting for initial sort and fnSort to perform a sort. Allan
- 25th May 2013Is there a way to allow user to select which columns are fixed? (FixedColumns plug-in)Currently no - you cannot dynamically change which columns are fixed. It needs to be done up front at initialisation time. Allan