New RowsGroup plugin: merge cells vertically (rowspan)
Hi, all! I've created the new Plugin as a replacement for old fnFakeRowspan (http://datatables.net/plug-ins/api/fnFakeRowspan) plugin. It works both for standalone and server-side processing. Now it...
View ArticleCount value (1 or 0) under a specific column with editor
Hello, I'm trying to get a count for value = "Yes" i.e "1" and eventually No as well (value = 0) under the 4 column, (the first column is 0, correct?) I've tried using the example below but get this...
View ArticleDo you have a responsive grid solution?
hello, I am looking for a responsive grid example, using "div" instead "table". So the page can adapt to different devices(Iphone, Android, Desktop) Anyone can help? Thanks, rjiang
View ArticleHow to stop hidden rows from showing up after destroying and recreating a table?
My datatable takes in data from a SQL Server. There are filter options to add more or less data to the table based on 2 boolean fields. In order for be to implement this, I must destroy the table and...
View Articletotal rows updated by sql query
Considering standalone editor with keyless data. If I want to use something like $db ->query( 'update' ) ->table( 'table_name' ) ->set( 'test', $_POST['data']['keyless']['test'] ) ->where(...
View ArticleHide data until search
I'd like for my page to initially load with just a search box, and then when someone begins to search that is when the table appears. Is this possible?
View ArticleThe initial time for the editor instance with template option is more than 2...
There is a custom template html for the editor. (About 200 lines) Initial instance js. (About 2000 lines) The initial time for the editor instance with template option is more than 2 seconds .. The...
View ArticleCan parent datatable detect if the child datatable is empty?
Hi Good morning, I am getting information from a database where the result set can be empty in the child datatable (The parent row gets information from a different ajax source). When the page loads I...
View ArticleServer Side Custom Rendering Strategy
I was wondering, as I work on a project using SSP, what pros or cons there are (if any) between rendering custom column data using columns.render in the DataTable js initialization and a formatter...
View ArticleMVC 5 camel case problem
Dear all, I am coding a MVC 5 project and use editor for editing details records. In model, i use upper case to define data field. when i use the model on api to return json result, the fields cannot...
View ArticleRowGroup 1.1.0 "ReferenceError: that is not defined" when dataSrc is null
I recently upgraded to RowGroup 1.1.0. Now when I show a table with null data in the dataSrc column, the console shows an error "ReferenceError: that is not defined" and the "processing" portion...
View ArticleInvalid JSON response
Hey guys, I'm having some trouble with DataTables. I'm trying to use the server-side script to make data loading faster in a project, but I keep getting errors. When I load the page, the first error I...
View Articlesubmit name of modified field
I have an editor table with some editable fields. The submission is made to the modification of one of the editable fields. At submit I want to send all the data plus the name of the modified field.
View Articlefn.dataTable.ext.search.push for only one datatable?
Hi. I use the code "initComplete: function () { .fn.dataTable.ext.search.push etc etc..." (full code below) and it messes up my other datatables. I already put it inside of var table =...
View ArticleValidating with custom query
Hello; I am refactoring a legacy PHP IP management application to use DataTables with Editor. For one use case I have, the app currently validates an entered IP against two things - it cannot be within...
View ArticleHow do I add checkbox filtering to a DataTable?
I would like to add checkbox filters, I have created an example here: https://jsfiddle.net/4xpskzd9/3/ however I'm not sure what I might be missing as my checkbox filters always return 0 results. I...
View ArticleRowGroup and Pagination: Counting groups as one row
I have complex data to display and need to group them to prevent repetition of same values. Anyway RowGroup was easy enough for basic setup. What I now want is to count a top level group as single row....
View ArticleDisplay a loader when a built-in button (PDF, Print etc) is clicked
I have a table which has buttons but due to the large amount of data in the table, when I click a button (e.g. CSV), it takes a while to download the CSV so i want a loader to display until the user...
View ArticleHow to hide rows wich have not a class in multiple tables (and restore them)?
Hello! I have four datatables, all are in jquery tabs - so there is always only one visible. If you click on tab2 you'll see the datatable in it, click on tab3,,, and so on. Every <tr> tag has...
View Article