Search
8347 results 2781-2790
Forum
- 28th Apr 2017Turkish charachter problem for datatable search boxI added this script, but dropdown list of select filter shows me two values jQuery.fn.DataTable.ext.type.search.string = function (sVal) { var letters = { "İ": "i", "I": "ı","i": "İ", "ı": "I" }; return sVal.replace(/(([İI]))/g, function (letter) { return letters[letter]; }) ; };
- 25th Apr 2017Editor Generator .NETYou can use Editor in .NET. Indeed a .NET package is provided. I'm saying that unlike PHP you can't just run it as a script. You need to compile it. Allan
- 25th Apr 2017Obtain specific column value of current rowdata and the whole script stopped working. Not sure
- 21st Apr 2017Basic initialization questionthe same as the script presented on the html
- 18th Apr 2017Problem: Unknown button type: print at datatables.min.js:231:120the code: /* * Editor client script for DB table tickets
- 18th Apr 2017Infinite drawing of database table rowsdependent upon the server-side script you are using. You
- 17th Apr 2017Error in a node compile with dataTable.select.jsCan you tell me a little more about how you are using it so I can try to recreate the issue please? What does your compile script do for example? How are you including Select in your scripts? Allan
- 17th Apr 2017Hide recordSure - since the filtering is done by the server-side processing script, just modify it to do WHERE id != 1. If you are using the Editor PHP libraries, you can supply conditions as described here. Allan
- 17th Apr 2017Can't get the DataTables to work...Thanks for posting back - good to hear that you've got it working. Yes, the script tags are executed in sequence (unless they have a defer attribute), so loading order can be important. Allan
- 14th Apr 2017TypeError: kisditor.fieldcase sensitive) /* * Editor client script for DB table tblaCars