Search
8346 results 2051-2060
Forum
- 10th May 2019Format datetime in the editor formThe JSON return from the serverside script is :smile: {"emp_id":"1551","startdate":"11\/12\/2013 09:00","...... Why are there \ / \ / backslashes???
- 7th May 2019Bug Fixes for _fnCalculateColumnWidthsusing a custom datatables.js script with the changes mentioned
- 7th May 2019How do you make dataTable height fit the remaining height available, no y overflow?other than importing the script and setting scrollResize: true
- 7th May 2019always the same errorDataTables env. /* * DB connection script for Editor * Created by
- 6th May 2019Searching, sorting and pagination not working in server side datatableDatatables expects the server script to perform the search,
- 26th Apr 2019How to make conditional search in a specific table column of which values not saved in database?If so your server script will need to perform
- 26th Apr 2019Parent Child Files.table.sites2.php <?php /* * Editor server script for DB table sites
- 25th Apr 2019checkbox editor allways hidewere wrong with your script, such as the options
- 21st Apr 2019Malfunction on serverside search ( example given )part of my test script <?php /* Database connection start
- 16th Apr 2019Download Database File (MVC App)Hi @Greenmoor , Yep, exactly that. Either you have to expose the files so that a URL on the client would be able to access them, or you'll need a server-side script that responds to a GET. Cheers, Colin