Search
8347 results 3671-3680
Forum
- 10th Jan 2014Filter not working for single charcterand script: $('#RankListTbl').dataTable({ "sScrollY": "450px", "bPaginate": false, bInfo: false, "bFilter": true, "bScrollCollapse": false, "bDestroy": true, "oLanguage": { "sSearch": StrSearchlbl, "sZeroRecords": StrNoRecordsAvailable }, "aoColumns": [ { "bSortable": false, "sWidth": "2px" }, { "bSortable": false }, { "sType": 'string' }, { "sType": 'num-html' }, { "sType": 'num-html' }, { "sType": 'num-html' }, { "bSortable": false } ] });
- 9th Jan 2014Sorting doesn't workIf you are using server-side processing, then he sorting is done at the server in your script, so I guess its going wrong there. Allan
- 7th Jan 2014Datatable, MVC, BootstrapI think you will have to use different scripts for each table or find a way to pass options into your config script.
- 7th Jan 2014crud buttons not workingSpecifically, what does the script Editor/examples/php/json_direct_debits_edit.php send back? I'm
- 5th Jan 20141.10 and a few questions...All I know is if I do not specify "aaSorting": [], along with my "sortable": false, line I will get an error with the database processing script. The default script for server-side.
- 4th Jan 2014Should I be using 1.10 or stick with 1.9?specified. The new ssp.class.php script uses this new method.
- 3rd Jan 2014compatible jquery versions for fixedcolumns 2.5.0-devI think my "nightly" script for FixedColumns is a
- 3rd Jan 2014Error on update and add actions when using generatorand tell the server-side script which row is being
- 3rd Jan 2014Please help me retrieving data using JSONthe default server-side processing script a while back: http://datatables.net/dev/server_processing.txt
- 3rd Jan 2014server side aColumns problemnot use the server_processing.php script possibly - the Editor PHP