Search
19113 results 9111-9120
Forum
- 14th Oct 2014RowGrouping plugin; replacement?Its not something that should be built into DataTables core, but I would like to offer it as an extension. I do plan to create such an extension in future, but development is currently focusing in other areas. Allan
- 14th Oct 2014Why? - Uncaught Unable to automatically determine field from source. Please specify the field nameThis is currently the PHP for the created field: Field::inst( 'created' ) ->set( isset($_POST['action']) && $_POST['action'] === 'create' ? true : false ) ->getFormatter( 'Format::date_sql_to_format', 'm/d/y' ) ->setFormatter( 'Format::date_format_to_sql', 'm/d/y' ) I tried changing set to false and it's still throwing the error.
- 8th Oct 2014data table print1. on print click create a new in memory
- 7th Oct 2014Is it possible to use Ignited Datatables with Editor?need to implement the Create, Update and Delete actions
- 5th Oct 2014its posible reload a DataTable from another page?Hi!, I dont know if this a clean solution but is working!, i create this function: function refresh_dt(target){ $('#'+target).DataTable().ajax.reload(); } to refresh from differents pages Thanks!
- 2nd Oct 2014datatables 1.10 - search highlight on sAjaxSource JSON dataoSettings.aoPreSearchCols) { if (oSettings.aoPreSearchCols[i].sSearch) { searchStrings.push(searchTxt); } } } // Create the regex built from
- 2nd Oct 2014Obtaining API reference from within render functionUse new $.fn.dataTable.Api( meta.settings ) to create a new API instance from the settings object. Allan
- 1st Oct 2014DataTable() should not crash if table doesnt exist yet.doesntExist_zwtqzqwt').DataTable(); if(!table) console.log("no table .... create one"); else console.log("table....skip creation");```
- 30th Sep 2014How to use datetime picker in Editor when "name" is actually a Integer (long)forms and dataTables are created using the useful Generator.
- 30th Sep 2014Help with Bootstrap ModalsAhh yes.. i was just looking at that actually. I wonder if I could use the "child rows" to create the modal.. Or.. maybe just abandon that idea and use the child rows. Thanks