Search
11152 results 8961-8970
Forum
- 30th Oct 2013Save layout of data including sorting,column width,Hide/Show etc.will save only the sorting state from the list
- 29th Oct 2013Include a button to the export filesGood to hear you got it sorted out. Allan
- 28th Oct 2013DataTables Editor - New and Edit Not Workinglt;a href="" class="editor_remove">Delete</a>' } ], // Disable sorting on the no-sort class
- 28th Oct 2013bSaveState & saving the state in a database...length, display start, and sorting, then I will have
- 24th Oct 2013Confused about DeferedRender and mRenderBecause the data for sorting and filtering needs to be obtained, even if the row is not displayed (DataTables needs to work out if the row should be displayed!). Allan
- 14th Oct 2013How to change iDataSort on dynamicallyYou cannot change iDataSort on the fly - however it sounds like you simply want to use the fnSort API method to apply the sorting you need. Allan
- 11th Oct 2013DataTables serverside processing using SharePoint 2010 search service plus Reformatting columnsquery.StartRow = iDisplayStart; query.TrimDuplicates = false; //Sorting if (iSortingCols == 1) { if
- 10th Oct 2013How to give options in dataTables based on javascript variables?about removing the fixed sorting option or disabling it
- 9th Oct 2013downloading/rendering large data sets - possible to prevent unresponsiveness and have progress bar?20 seconds. Very acceptable. Sorting when done first time
- 8th Oct 2013nCell is undefinedThanks for the test case. DataTables does not support colspan or rowspan in the TBODY of the table. Sorry. It makes sorting and filtering very complicated! Allan