Search
8344 results 261-270
Forum
- 21st Feb 2017My web api works fine.But datatable shows "no data available in table".I have attached the script.We would need to be able to see an example of what your API is returning. From the above it should be: [ { "Employee_Id": 1, "Project_Id": 2, ... }, ... ] Allan
- 28th Dec 2016Server-side script: It works with mysql and I can't make it work with sqlite...It's finally working ... ;)
- 30th Sep 2016Script Support for Small ScreensYeah, it appears to work panning to the right as well. What settings did you have for your developer tools (I presume it was in a responsive mode)? Allan
- 28th Sep 2016Alert not works for the following script?Well as I say the live site intentionally blocks alert(). However, on a regular HTML page it would work okay.
- 20th May 2016Conflicting Jquery versions when using DataTable scriptYou should post a link to a test case showing the issue, as per the forum rules :-). Without a test case I can't debug it and thus can't offer any help since I don't know what is wrong with it. I would say that you should only use a single version of jQuery per page. Also DataTables requires jQuery 1.7 or newer. Allan
- 21st Apr 2016Editor: Select Options: Adding where conditions to server-side scriptDisregard this. Only just found the Joins Options section of the Editor manual!
- 9th Mar 2016JS script not getting loaded when accessing URL using IP address but working with localhostHi Allan, I am using the Apache server that comes bundled with Xampp. Okay I'll try to resolve it by asking in a different forum. Thanks for the great software! Regards, Shubham
- 4th Dec 2015Editor 'preCreate ' event - php script variable not accesible in on 'preCreate ' function.Thanks. That really helped. $editor ->on( 'preCreate', function ( $editor, $values ) use( $ev ){
- 17th Nov 2015"Uncaught TypeError: $(...).DataTable is not a function" - script order seems fine? help :/We'd need to be able to access your web service to offer any help, or have access to a test case that reproduces the issue. As you say, your example appears to work okay, so I don't know what would be different between that any your web service. Allan
- 15th Jul 2015How can I pass php variables from main page to the external php script.For Editor, additional values can be sent to the server using ajax.data or preSubmit. For DataTables ajax.data or preXhr. Allan