Multi-level rowGroup available yet?
@allan, you reference in this post:https://datatables.net/forums/discussion/comment/140253/ that multi-level grouping has been committed for RowGroup in Github. Do you have an estimate as to when it...
View ArticleTrying to get the number of rows so I can calculate an average for the footer...
I'm sure this is very simple but I cannot find it... "footerCallback": function( tfoot, data, start, end, display ) { var api = this.api(); var theColumnTotal = api .column( 4 ) .data() .reduce(...
View ArticleTable header width not aligned with body width
I'm having a problem getting the table headers to align over the columns when a table is initialized in a DOM node that is hidden - specifically within a tabbed interface when the table is on a hidden...
View ArticleGetting row id, not by clicking but from Keyup event
Hi! Trying to get the row id, when user clicks enter in an input field on that row. Changing the selectors do not help... Any suggestions on how to achieve this? Current code just alerts undefined...
View ArticleHiding pagination when the table only has a single page when filtering
Is there a way to hide the pagination controls when there is only one page that display after you filter the table with and filtering, like text search, column filter and page length?
View Articlehide data until searched
Hey, I'm trying to see if this is possible. I'm looking to provide the data table information, but don't show the user until they selected a filter option and then just show that data filtered....
View ArticleAllocation of row ids.
I'm not crystal clear on how row ids are allocated by DT. Is it the case that, if my table initialisation includes an explicit definition (e.g. rowId: "song_id"), then whenever that table is in play...
View ArticleDisabling RowGroup when all the data has the same group
For some of my tables I like to disable the rowGroup feature if all the data falls under the same group. For example, I might have a page that only shows the employees at the office in London, so it...
View Articletrying to use push.search
push.search seems to need 1.10.19 from the example provided. but the download configuraiton only lets one get datatables 1.10.18 how does one get a downloaded min script from the site that has the...
View ArticleLimit number of pages in pagination
Is it possible to set the max number of pages displayed in the pagination? It is needed for the case when the actual number of pages is too huge and requesting data for last pages may impact server...
View ArticleDate Picker Range
The range of selectable dates appears to end with 2028. I have a need to enter dates later than that. Is there a way to extend the range of choosable dates?
View ArticleMulti-Row Editing, Editor 1.7.3, Select 1.25
@allan, I guess this is a highly technical question and only you could help me out with this. I selected 33 records for multi-row editing today and noticed that it didn't really work. I entered the...
View ArticleAjax Reload for just one row? Alternatively speed up reload
Hi, I have a table where a user from an input field can increase current stock qty. When a user adds that number I would like to refresh the row instantly so the column for current stock updates. Using...
View ArticleHow to use composer to install Editor
Pls. I'm new to use of composer and I have been trying to find a way but could not yet. Thus I need well detailed guide on how to use composer with datatable editor. thanks in advance.
View ArticleHTML5 draggable rows between Datatables example
I put together this example of using the HTML5 drag and drop API to move rows between two Datatables. Its an interesting API and doesn't require additional JS libraries for drag and drop. It was a good...
View ArticleThe style of bootstrapToggle is lost during the responsive table
I have 1 problems 1.-In a table I created checkbox using "bootstrapToggle" and it is instantiated during the "drawCallback" of data table (image_1 and image_2). But during the handling of responsive...
View ArticleIs there a way to sort similar to MySQL order by field?
I have a situation where I need to sort a table by a column whose content (which is limited to a small set of values) does not fall alphabetically into the desired order for display. The MySQL feature...
View ArticleCurrent release version?
A bit confused on the current release. CDN shows a 1.10.19 release while the Download Builder shows and delivers 1.10.18 Thank you.
View ArticleNaN columnDefs
Hi, can somebody tell what I'm missing/doing wrong with the following code? The result in the front end is NaN being displayed rather than the desired result. Seem to be going round in circles trying...
View ArticleFooter Callback for Multiple Columns
Dear Sirs Refer to this link: https://datatables.net/examples/advanced_init/footer_callback.html How can we have pageTotal for multiple columns, for example if there are numerical data at (4th, 5th,...
View Article