Search
8347 results 3341-3350
Forum
- 11th May 2015How can I make Inline Edit in datatablesThe Editor download page is linked in the side navigation list in the link tangerine gave. It includes the source for staff.php - which is also available in the "Server script" tab below the table in that same link. Allan
- 6th May 2015Server-side column filtering solution using select inputDataTables example server-side processing script. * * Please note that this
- 3rd May 2015Receiving DataTables Alert due to Json error, but Json Lint validates itOr a link to read more on enabling legacy mode. It is in the manual. The other option is to update the above script to work with the 1.10 parameters - also described on the linked page. Allan
- 30th Apr 2015PHP Options exampleHi Paul, The self referencing join example has an example use of using Editor->options() as a closure function. Click the "Server script" tab below the table to see the code. Regards, Allan
- 29th Apr 2015.NET Web API Generator Inline EditingThe Javascript: /* * Editor client script for DB table Avail
- 29th Apr 2015Server processing - page number not workThat would do it. An empty string is not valid JSON. There might be an error in the script when processing the first request - you might want to start by look in the server's error logs. Allan
- 28th Apr 2015change database name dynamicalyI don't understand. What database name? DataTables itself doesn't directly communicate with a database, you would need to have a data loading script somewhere. That is where you would change the name. Allan
- 22nd Apr 2015mysql_real_escape_string() problemWhat script are you using that uses mysql_real_escape_string? That function has been removed for the latest versions of PHP and as far as I am aware, non of the demo code DataTables currently ships with uses that function. Allan
- 20th Apr 2015autosuggest for mobile pageattributes manually in your script? If yes, where can
- 18th Apr 2015Sort Not Working CorrectlyBy way of comparison, here's another result from the same script where the sort on the BSR columns works fine: https://debug.datatables.net/uvowun I can't see what the difference is that causes it to work in one case and not the other.