Pagination ellipses functionality
*** I added a post to the feature request sub instead, please delete this *** I think it would be great to have the pagination ellipses act like a button which pops down with a list of selectable #...
View ArticlePagination ellipses functionality
I think it would be great to have the pagination ellipses act like a button which pops down with a list of selectable # pages. This would make it easier to go to a specific page. I guess if the dataset...
View ArticleAccessing row data in preEdit in PHP
I have some values for a row that I use in my PHP file to inst them, but I purposely don't allow them to be in the editor, even if they are locked because I don't want the user to hijack the ajax...
View Articleajax.reload not working for me
Here is my table initialization: function initDT() { dtTable = $('#supportUsers').DataTable({ "dom" :'<"top"pl>rt<"bottom"ip>', "columns" : [{"data": "username", "autoWidth": true},...
View ArticleEditor, New, Edit, Delete buttons does nothing....
Hi! So I'm trying out the demo... I've basically copied this example: https://editor.datatables.net/examples/advanced/joinArray.html just replacing data, fetching from my own database. The javascript...
View ArticleAccent neutralise plugin with multiple table
Hello and thanks for your help I use more than a datatable in some pages and i can make the accent neutralise work only with the first table of the page. is there somebody who have a working example?...
View Articledetect scroll event
It's possible get scroll event ? Example: user move scroll in tbody down or up ( how to detect scrolling ? )
View ArticleRenderer question.
I have the following code that works great; however, it displays more records than I'd like (all records from the database table). I'd rather limit the returned data to columns equal to a specific...
View Articlehow to reset to default sort column after custom search button server side...
How can a sort column reset be done to default sort column after custom search button server side processing? The custom search works fine and so does click the column sort icons for server side...
View ArticleCustomize new record insert
Hi everybody, I have this problem: In the new record form, I have to insert some hidden field, with some values that are stored in some session variables. Is that possible? thanks in advance. Angelo...
View ArticleAn error occurred while connecting to the database…reported by the server...
I'm getting this on my WIN 2012 SERVER... Here's the LINK: http://grow.thingblugrow.com/partials/datatables-test-only/DataTablesNutrients/wsda_approved_fertilizers.html This link will only be up until...
View ArticleGet the sum of a column with two values in their cells
I have column that have cells with two values like this: <td><span class="first-value">1200</span> / <span class="second-value">2000</span></td> <td><span...
View Articlecannot reinitialize datatable error also with retrieve option true
hello! i'm creating a module for processwire and everything is working really well. i have one big problem though: i'm initializing my table via the module, taking care of adding buttons, filter...
View ArticleFile Upload on multiple datatables
Hello, Just to let you know my current setup is using this blog (https://datatables.net/blog/2016-03-25) to have the Parent / Child. This configuration is working just fine, but I would like to have my...
View ArticleMulti filter does not show when the page is scrolled down and reloaded.
Hi! I have a table with fixed scroll and multifilter above the table. On the initial load the header and filter are visible and when i scroll down they are there, as should be. If I refresh the page...
View ArticleSearch API not working while using server-side processing
I was initially using client-side processing and had implemented the Search API mentioned in the following link : https://datatables.net/examples/api/regex.html The search filters for each column...
View Articlechange the way data is displayed on different device screen
Hi yall! first of all your plugin is awsome! What i need to do is change the way the table is displayed on different devices. I got a table who need 17 columns to be showed, especially on tablets...
View Articlehow to use data-table in spa application
i create spa application with combined Knockout + CrossroadsJS + RequireJS.
View ArticleFeature Request: Materialize CSS
I think it would be nice to have a materialized datatables styling option: http://materializecss.com/ Also check: Feature Request: Semantic UI...
View ArticleDOM data source + client-side processing + AJAX updates
I want my table to have the following properties: Initial data sourced from the DOM Sorting, filtering done by the client ajax.reload() gets a fresh copy of the data and replaces existing data...
View Article