There is any page search option ?
In the attached image implemented one manual text box (you can find "Showing page 1 of 6") for page numbers. Now i am trying to search pages whatever the number i entered in the box. There is any way...
View ArticleWhere is Editor 1.6.0?
The API reference for checkbox fields says that the unselectedValue option is new in Editor 1.6.0 but the latest version that I can find is 1.5.6....
View ArticleSearch by page number
I would to like to perform column level search within the displayed data on the table by passing page number as one of the parameter to search function. Does datatables support this feature? If so...
View ArticleGetting error: TypeError: plugin is undefined for _fnFeatureHtmlPaginate()...
I'm getting the above error when checking the console for several lines in the files that I downloaded from this site. From the jquery.dataTables.js: _fnFeatureHtmlPaginate() _fnAddOptionsHtml()...
View ArticleGetting: TypeError: $.fn.dataTable.Editor is not a constructor error
I have been getting the error TypeError: $.fn.dataTable.Editor is not a constructor since two days. This is my html code : <!DOCTYPE html> <html> <head> <meta charset="utf-8">...
View ArticleSSP.Class.php What goes into the $_POST in the call to this file?
I have been using this file, though I've modified it. And have been getting better and better results as I'm getting it to work. I've gotten to the point where I need help figuring out what all goes...
View ArticleDatatables headers hiding bug(Only in chrome) ?
Hello people! I've been using Datatables plugins around 6 months, and it's awesome. But today i'm facing a problem I can't understand. I debugged every single line of my application (js, css, html) to...
View ArticleExecute code before exporting or after toggling column visibility.
Hello there. Is it possible to execute code before the export or after toggling a column visible? Thanks to this forums, I have managed to parse my table so when I have empty rows after toggling off a...
View ArticleUsing child rows to keep 2 rows together when sorting
I would like to create a DataTable and populate it in the following way: row 1a row 1b row 2a row 2b row 3a row 3b When sorting by a column, I want to have the pair <row Xa, row Xb> to stay...
View ArticleEditor: MJoin Error: Join was performed on the field x which was not included...
Hello, I'm using the datatables editor with .Net. I'm doing an MJoin on three tables, Jobs, ProdData, and Dept. So a job (table 1) has a jobID that is a FK to ProdData, which has a DeptID, linking it...
View ArticleWon't populate foreign table items when the link table is empty
When trying to populate a checkbox based on a link table fails when the link table is empty. If I manually insert 1 record in the linktable it starts working properly. However, until that first record...
View ArticleAccent neutralise Plugin
Hello, I am writing about this plugin. Thanks in advance for your work! I am using this plugin and I think I found a bug or I am doing something wrong. This plugin works correctly with text plain data,...
View ArticlestateLoadCallback doesn't apply a saved stated from remote
Hello there I'm using statesavecallback and stateloadcallback to store an user specific preferences with visibility and ordering in datatables 'stateLoadCallback': function (settings) { var data; //...
View ArticleCan we change the location of the default search box?
By default the search box is positioned at the top-right corner of the DataTable. I have 2 questions : is there a way to change it's default location? Can we disable or hide the search box? Thank You.
View ArticleAdding Excel export button hides/removes the Page Length Dropdown
I have just started using the Data Tables. The Page Length Dropdown comes by default while implementing the DataTable. Recently I added the Excel Button (export feature). The issue is that adding this...
View ArticleButton compatibility with an older datatables version
Following the documentation, I found a way to build a button to export in Excel a table using "datatables buttons". BUT I noticed that if I use version 1.9.4 of datables, nothing works...instead with...
View ArticleUncaught TypeError: Cannot set property 'nTf' of undefined
I am using datatable with basic knowledge.I am facing this issue in console of browser. And its impact my css property.Hover effect in sidebar not responding.When we remove ntf then its working...
View ArticleI get this error: Failed to execute 'insertBefore' on 'Node': The node before...
When I try to use the destroy() function on my datatable I get this error. Take a look at my question here:...
View ArticleHow to limit the displayed entries per page without desactivating the pagging.
Hello, I would like to set a default number of entries shown per page (page length) without giving the user the option to set the page length with the toolbar combobox. What is the best way to do that?...
View ArticleSetting the Value of the search/filter input in the Javascript doesnt trigger...
Hello, I gave the search input an id to be able to set its value in the javascript, now i can set the value but that doesnt trigger the filtering. I need that because i m using it in a embedded device...
View Article