How to prevent XSS when using columns.render to render e.g. a link?
I have a table that loads its data via ajax, and I want hyperlinks in a column. I did something similar as in the fourth example in the columns.render documentation. $('#mytable').DataTable({ 'ajax': {...
View ArticleGenerator not working anymore?
Hello Allan, I think something is wrong with the generator. I get an error message similar to https://datatables.net/forums/discussion/37793 Code CD1674. "Database": type used in the statement must be...
View ArticleRemoving search in filter keeps the number of filtered rows
Hi ! My datatables works with Ajax and when I make a search in the filter input and delete my search, it returns only the number of rows were filtered. For example : I have element 1 element 2 element...
View Articledraw() not working after table refresh with AJAX
Hi, I have a table where i used footer callback like in the example https://datatables.net/examples/advanced_init/footer_callback.html at certain point if any data in the table is changed I refresh the...
View ArticleCheck on length string results in translation of tags
Hi, When I use: Field::inst( 'am_templateblocks.content' ) ->validator( Validate::maxLen( 4000, ValidateOptions::inst() ->message( 'Dit veld mag maximaal 4000 karakters zijn' ) ) ), The input of...
View Articlereordering columns breaks keyboard based sorting
Demo: https://datatables.net/extensions/colreorder/examples/initialisation/simple.html Instructions: First, confirm that keyboard based sorting is working. Tab to a column header and hit enter, it...
View Articleis there a way to add working html5 tag on createdRow
Hello, I have data data I use coming from ajax in json format, it works fine but the json gives me dates in timestamp and I format them in upon createdRow which works fine, the problem is when I try to...
View ArticleProblem with Buttons-Collections.
Hi all, I have a datatable on dialog and the Collection contain: Print, PDF,... When I double-click the "Download" button, after that the dropdown can't show again. Please help, thanks
View ArticleServer-side searching or filtering won't work...
Hi, I'm struggling to add searching/filtering functionalities to a complex ASP.NET project involving an WSDatatable.asmx file and Zack Owens's DataTable parser. Here is the debug page. Every...
View ArticleHow to get datatable get data using the angularJS ng-repeat
Hi, i am using angularJS, i get the data from the ajax call, where in the datatable shows the data and in the below No data available. Exactly the same as...
View ArticleDatatable search box not working for table?
Hi allen, I am pupulating the data in table using ajax call I am able to populate but search, box is not working while I am searching there is no filtering is happening. please tell what mistake I am...
View ArticleDatatable search box not working?
Hi allen, I am pupulating the data in table using ajax call I am able to populate but search, box is not working while I am searching there is no filtering is happening. please tell what mistake I am...
View ArticleDate Format validator doesn't work proper
Hi, I used the generator and created two entries valid from valid until with the German date format "dd.MM.yy". It works fine for the online preview. Starting the project leads to the following...
View Articleproblem edit
good, we are doing tests with the editor to see if it is good for our company and we have a problem when editing, to create it works well but when editing in the mvc part the action is not coming to...
View ArticleIs it possible to hide rows when creating table from CSV file?
In the same way that columnDefs can make some columns visible TRUE or FALSE, can the same be done for rows? For example, if I have a CSV file with 50 rows of data, can I just show rows 10 to 30?
View ArticleServer side pagination doesn't work
Hi, I would like to paginate mysql results table so i added the following code: $(function () { $("#example1").DataTable({ "processing": true, "serverSide": true, "ajax": "server_processing.php" ); });...
View ArticleCan you make a range of column targets 'visible false', rather than list...
When using columnDefs, is it possible to select a range of targets instead of listing each individual. For example, instead of listing: { "visible": false, "targets": [ 3, 4, 5, 6, 7, 8, 9, 10, 11, 12,...
View ArticleJQuery 3.2.1 Deprecations
I have Datatables 1.10.16 It was said that it should not have problem with jquery 3, but it still have with focus() and blur(). JQMIGRATE: jQuery.fn.focus() event shorthand is deprecated My jquery...
View ArticleCan somebody look at JQuery 3.2.1 Deprecations
https://datatables.net/forums/discussion/46667/jquery-3-2-1-deprecations#latest
View ArticleKeep DataTables data in memory in-between postbacks
Hello, I am using Asp.net and jQuery DataTables for GridView. I want to keep Data as it as while postback asp.net forms. is it possible ? thanks Kalpesh
View Article