Search
8344 results 251-260
Forum
- 21st Feb 2019using datatables via gravityview extension - looking to hire developer for custom export scriptI have got this sorted out now with the help of a developer I hired on fiverr He actually did a great job, the outcome was better than I expected
- 8th May 2018Setting rowId for java script arrayThanks Kevin. It was late. I tried all sorts - in the wrong place :)
- 13th Apr 2018KeyTable tabbing does not submit data to server side script.That did the job . Thanks Allan
- 11th Apr 2018Server-side script installationI've sorted it out thanks to the example files.
- 5th Sep 2017Custom field options database query in php server scriptI've replied to your question in your other thread. Allan
- 8th Aug 2017Possible Script ConflictWe'd really need a test page showing the issue so we can understand what might be conflicting. Allan
- 14th Jul 2017Generic script error when using 1.10.15Ok, I've restructured the code to this: if (myTable.datatable) { myTable.datatable.destroy(); $('#grid').empty(); // empty in case the columns change } With the first chunk of testing, the errors seem to go away. I'll play some more and see what happens.
- 3rd Jul 2017Script load orderYes - DataTables is a jQuery plug-in, so you have to load jQuery first. If you just change the order so jQuery loads first it should work. Keep in mind that you also one to only load a single version of jQuery. I'm not clear if you might be loading multiple versions, but I would suggest against that. Allan
- 23rd Mar 2017Can't load the script from datatables.rofl. done
- 14th Mar 2017Joining tables with same column name doesnt work on datatables server-side scriptUse table aliases or fully-qualified field names. ("fully-qualified" means tablename.fieldname)