Search
8347 results 2851-2860
Forum
- 10th Feb 2017How to get ordering working with DataTables using typescript/requireNo problem. So we move on to the server-side processing script in that case. You have serverSide enabled, which means that its up to your ManageProvidersDataTables?idType=E script to do the ordering. What code does it have for that? Allan
- 10th Feb 2017DataTable Editor Not Showing ButtonsThe CSS and script inclusions should look like this: <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/dt/dt-1.10.13/b-1.2.4/se-1.2.0/datatables.min.css"/> <link rel="stylesheet" type="text/css" href="../../sdk/Editor-PHP-1.6.1/css/editor.dataTables.css"> <script type="text/javascript" language="javascript" src="//code.jquery.com/jquery-1.12.4.js"></script> <script type="text/javascript" src="https://cdn.datatables.net/v/dt/dt-1.10.13/b-1.2.4/se-1.2.0/datatables.min.js"></script> <script type="text/javascript" src="../../sdk/Editor-PHP-1.6.1/js/dataTables.editor.js"></script> Remove what you have and replace with the above. Kevin
- 7th Feb 2017DataTables access to multiple tables (php + mysqli)this example (see Server Script). Then everything should be
- 4th Feb 2017Not working for Big DatabaseClearly your PHP script is running out of memory. Either use a smaller dataset for debugging, or increase available memory with ini_set(). Also (A) try your query in PhpMyAdmin, and (B) check your error log as already advised.
- 4th Feb 2017I have a question regarding the CSV exportlanguage="javascript" Plus the other scripts are being loaded with
- 3rd Feb 2017Issues with moment.js and localizationa solution for Java Script ... Please.
- 3rd Feb 2017Styling Datatables with CSS - " content: '' "In fact, it has nothing to do with the script I built. The option to let CSS override the language values is automatically disabled as soon as I use the language option in combination with the URL.
- 2nd Feb 2017Buttons in cell won't work with ajax sourceyour data from the script to an ajax source.
- 31st Jan 2017Default Sort functionalty not working correctly when on-demand loading of data is implemented.it means your Home/Load script isn't doing the sorting.
- 31st Jan 2017Requested unknown parameter error after saving new recordThat suggests that your cgi-bin/Customer.py script is not returning the data Editor expects. What is it currently returning? Allan