Search
10784 results 5691-5700
Forum
- 20th Apr 2016Object doesn't support property or method 'fnSettings'Top FAQ :-). fnSettings is a legacy API method while you are using the modern $().DataTable() initialisation. Use settings() in the new API if you want to continue using the modern API (I would suggest so). Allan
- 20th Apr 2016Reloading select post submit?when the data is initially loaded, or you can
- 19th Apr 2016Inline edit and modify column cssIs that not throwing an error? There is no column().className() API method. Did you read through the reference documentation for columns.className I linked to above? It is an initialisation option, not an API method. Allan
- 19th Apr 2016editor.dependent on checkboxYes, initComplete did the work, but when I tried to save data into MySql I've received this error: Notice: Array to string conversion in /editor/Database/Driver/Mysql /Query.php on line 93 Regards, Vladimir
- 19th Apr 2016Integration of select and keytable with keyboard navigationit isn't focusing on initial click, but the arrow
- 19th Apr 2016Editor: problems creating new recordI haven't altered the initialisation of the table, but
- 16th Apr 2016Changing the sorting on an initialised tableUse order() to change the ordering applied to the table. There is no need to change the "default sort column" since the default is only at the point of initialisation. Allan
- 15th Apr 2016Problem to read my JSON text fileHave a look at initComplete. It gives you the JSON object that was loaded from the server, so you can access it that way. Happy to provide an example under the priority support options. Allan
- 14th Apr 2016Save state excluding show/hide columnsvisibility (that you set initially to true) now to
- 13th Apr 2016Sorting with render problemvalue after your DataTable's initial display? After initial display