Search
8347 results 3271-3280
Forum
- 15th Aug 2015Buttons Blue and no export inside tabs?oTableTools.fnResizeButtons(); } } }); } ); </script> My latest script as shown above isn't
- 14th Aug 2015Filters input ignore Upper case / Lower caseserverSide: true, Filtering is being done at the server-side. Therefore this is an issue with the server-side script. Likely you are using MySQL which does case insensitive filtering by default. See MySQL manual and StackOverflow discussion. Allan
- 13th Aug 2015Question about sorting columns with Editor created entriesor modify the server-side script if server-side (typically that
- 12th Aug 2015defaultContent formattingso I used another script to format the variable-Currency.
- 12th Aug 2015stand alone - load datalt;/dl> ``` <?php /* * Editor server script for DB table usertable
- 10th Aug 2015Dependent Field doing weird thingsquickly became an extensive script and table/tables, granted I
- 10th Aug 2015For All in drop downHi allan, I did not configured your server-side script to accept -1.So, can you give me idea to configure server-side script to accept -1 to display all the records
- 6th Aug 2015custom variables php/ajaxthis PHP server side script: // DataTables PHP library include(
- 6th Aug 2015Problem with columns widthneed to run that script again when the child
- 6th Aug 2015How do you pass an array to the server side.Maybe this is the answer: use JSON.stringify(array) to encode your array in JavaScript, and then use $array=json_decode($_POST['jsondata']); in your PHP script to retrieve it.