Search
23429 results 9381-9390
Forum
- 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" } ]
- 27th Aug 2015fnDrawCallback has no effect on Child rowstable = $('#example').DataTable( { "ajax": "objects.txt", "columns": [ { "className": 'details-control', "orderable": false,
- 26th Aug 2015Send column name instead of index when sorting/filteringI saw that there's 'columns' key in the $_POST... Problem solved.
- 26th Aug 2015error with national lettersstatic function filter ( $request, $columns, &$bindings ) { $globalSearch = array(); $columnSearch = array(); $dtColumns = self::pluck( $columns,
- 26th Aug 2015Background color of 1 column header?dtTable = $('#example').DataTable( { data: myData, columns: [ { data: "Title", title:"Person Name"