Search
10070 results 3211-3220
Forum
- 27th Oct 2016{"error":"SQLSTATE[42S22]: Column not found: 1054 Unknown column 'id' in 'fieldHi, What is your table's primary key column name? That will need to be defined in the optional third parameter to the Editor constructor if it is not id (the default): $editor = Editor::inst( $db, 'holder_table', 'myId') Allan
- 26th Oct 2016Unknown databasea table and using default DT from the DOM,
- 26th Oct 2016Problem with global search with server side and arabic lettersnot filter like the default built-in dataTables which filters
- 24th Oct 2016Not case-sensitive ordering while client-side sort/filter by column headerIt does but default to a case insensitive
- 23rd Oct 2016get data result of the searchrows().data() method is by default returning all the rows
- 21st Oct 2016short code syntax for zebra stripesin DataTables. is its default of odd and even
- 20th Oct 2016Server side processing works only when I have a few dataSolved! The MySQL instance is not configured to expect UTF-8 encoding by default from client connections, so I used SET NAMES utf8. Thank you all! :)
- 19th Oct 2016TreeGrid extensionDoes it possible to make it expand all by default? Thanks
- 18th Oct 2016Editor: Conversion from nvarchar to int??newest alert should always default to 1). The rest
- 17th Oct 2016How can I prevent firing the order event and just do my operation?Disable DataTables' default sort listener for the column using columns.orderable. Then add your own events to the elements as required. order() can be used to order the table. Allan