Uncaught TypeError: Cannot use 'in' operator to search for 'length' in Number...
Hi, I am trying to fetch data from a stored procedure in to data tables. For some reason its throwing this error. Maybe I am doing something wrong. $(document).ready(function () { var mesa =...
View ArticleRow limit for datatables?
I am using datatables to present CDR information from my PBX. The information is stored in a MariaDB database. Datatables works fine as long as I limit the number of rows I want to display. In my tests...
View ArticleIs their a resolution to the Editor Entry Edit error after submitting
Editor 1.9.2 The error: dataTables.editor.min.js:96 Uncaught TypeError: Cannot read property 'action' of null at dataTables.editor.min.js:96 at Object.e.complete (dataTables.editor.min.js:77) at c...
View Articlesubmit editor data to servlet
I'm stuck getting the editor to submit to servlet. When I click "save", servlet is invoked. However, I'm not seeing data being passed back. $(document).ready(function() { editor = new...
View Articlei have used dataTable() function for getting my table data but it is not...
i have given my whole code please is there anyone who can tell me where is the problem index.php: <!DOCTYPE html> <html> <head> <title>dashboard</title> <meta...
View ArticleColumn width on 3 of 61 columns?
I have a datatable with 61 columns. 3 of these columns have a few lines with so many data, that it gives a very disruptive design for the user. So I want to control the columns width of these 3...
View ArticleOpen the same node when refresh
Is there a way to reopen the node that user was when he hits de refresh button of the browser?
View ArticleDate/time sorting not working for 2020 dates.
Date/time sorting is messed up for 2020 dates. It was working fine until 2019. I have ordering set to true and here is the example: var resultsTable = $('#resultsTable').DataTable({ "searching" : true,...
View Articlebutton onComplete
I am struggling with the correct syntax. I want to reload other grids on a page when a record is deleted. I tried this but it doesn't work and I can't find the documentation on how to make it work...
View ArticleCopy/export all selected rows when the search filter is activated
https://datatables.net/extensions/buttons/examples/initialisation/select.html It's likely someone would export his selection after a final search input but when the search filter is active only the...
View ArticleDatatable .table class style problem?
I have two different datatable style.One of them; <table id="surveyTable" class="table-striped table-bordered table-hover accent-blue" style="width: 100%"> the other is; <table...
View ArticleURGENT - Problems getting server side processing to work with Individual...
Does anyone have a solution to get Individual column searching (select inputs) working with server side processing? I have a mysql database with 5.4 million records......
View ArticleFlexbox Howto
How do I set the width of the flexbox form that editor displays? Is there a css config I can use to override the width?
View Articlevalidation datetable search
I would like to know how to validate the datatable forms, I made a basic list of the market.
View ArticleGet specific cell value using row/col index coordinates
Hi, I want to read the value of a specific hidden cell, when I have the row integer index and the column integer index. I tried many things, which I wrote below : // This is the syntax I thought it...
View ArticleHow can I call inline.edit() on a specific cell coordinate?
For instance something like this: line 1) editor.inline($('#example').cell(3,3)); line 2) editor.inline('#example tbody tr:eq(3) td:eq(3)'); however those lines don't work... I've been looking...
View ArticleNo SearchPanes
Hi, I initialized Search Panes and it just says "No SearchPanes", is there a known reason for this??
View ArticleDon't work/ When I try open AdminVeiwDefinition doc. Help me please
Error 500 HTTP Web Server: Command Not Handled Exception. xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type="text/xsl" href="Log_Viewer.xml"?> <CommonBaseEvents>...
View ArticleCan't start . Error 500 HTTP Web Server: Command Not Handled Exception
Dear friend. Could you send me work Database please.(e/g/ Demo.) I can't start (datatable-xpage-source.nsf) from github. Or recommend me what I have to do? My Email arheo_pterix@list.ru
View ArticlePopup Editor - Save but not dismiss.
Is there the possibility of adding a second button within the popup editor that would do a Save but not dismiss the editor like Update does?
View Article