Search
23598 results 9541-9550
Forum
- 2nd Sep 2015DataTables with ColReorder - data are not ordered by the right columnIn DataTables 1.10.9 with ColReorder 1.2.0 and JQueryUI it is now working properly until one of the columns contains data-order.
- 1st Sep 2015Populating Column names from AJAX source dynamicallyto autopopulate data and columns properly using a json
- 31st Aug 2015Is it possible to combine column filtering using select dropdowns with an external form filterNot sure to what you refereing as external columns, but you can take a look at my yadcf plugin for datatables , see relevant showcase page externally_triggered usage , if interested - read docs externally_triggered
- 28th Aug 2015Anyone initializing datatables to sort by the last column?I'm interested in the case you are working on where you don't know the number of columns. Why using count-1 is harder?
- 28th Aug 2015Transform show value in depend of field typeThank you for the quick response. As I understand there is no way to create plugin for specified type. As I understand the simplest way for that is to define the transform function and explicitly set it for the columns.
- 27th Aug 20151.10 Ajax for small data set in memoryI currently have two columns that have select drop
- 27th Aug 2015enum sorting pluginEureka, that worked. So the type has to be set either in the columnDefs or the columns option - both places isn't necessary. Thank you so much for taking so much time with this. Really appreciated!
- 27th Aug 2015Deferred loading and custom renderingdata == 'true' ? 'Yes' : 'No'; } } ], "columns": [ { "data": "eventDate" }, { "data": "event.clubName"
- 27th Aug 2015Bug in Pagination when using ajax.dataprocessing": true ,"serverSide": true ,"columns": [ { "title": "Name", "data": "accountName",
- 27th Aug 2015Can't sort on my td inputOk, my bad it seems like I forgot this : "columns": [ null, null, { "orderDataType": "dom-text", type: 'string' }, { "orderDataType": "dom-text", type: 'string' }, null, { "orderDataType": "dom-select" } ]