data table
i am maintaining serverside:data table , i marked as serverside: true but after click on button initial loading is not happening , but after that its hitting my server.
View ArticleDatatables 1.10.8 Buttons excelHtml5 export bug
The excelHtml5 Excel export doesn't work if there is no table footer. The reason seems to be this code in buttons.html5.js: if ( config.header ) { xml += addRow( data.footer ); } It's also not possible...
View ArticleAbout datatables upgrade extravaganza
Greetings, Is there going to be an upgrade guide/manual to migrate from tabletools to select+buttons? The pack results from the Download builders seems to have a problem with the links related to...
View ArticleDatatables Table tools xls export issue in windows.
I have implemented xls and csv import feature of table tools. In that we have sExtends option. In that I have used "xls" for excel. But when I open that file in window Microsoft Office excel. It gives...
View ArticleheaderCells[i] is undefined (minified: i[n] is undefined)
Hello, I'm using v1.10.7 with Scroller v1.2.2. I'm getting the error "headerCells[i] is undefined" when reinitializing a datatable. I know this is the code that throws the error in...
View ArticleI need to call server side method on the click on paging button how may can I...
I need to call server side method on click of each paging button and display only 10 records a page. How can I do that
View ArticleDatatable issue
Hi! I'm trying to use datatable but the ajax request returns "Warning: Invalid JSON response". Server response is: Resource id #4{"draw":1,"recordsTotal":2,"recordsFiltered":2,"data":[[...]]} I think...
View ArticleChild row lose event attached when redrawn
Hello, is there any chance you could help me figure out an effective way to attach event on my child rows plz. The issue i am having is, when a "createdRow" is being called, there are no event attached...
View ArticleEditor v1.5.0 requires to know row_# to validate or modify values
Hello, I really like most of the new features of Editor and DT. However, my code in JS and PHP stopped working when I try to validate or edit some values. For instance, o.data.users.username no longer...
View ArticleRelease notes?
Where can I find the release notes for 1.10.8? I tried updating via NuGet and my tables no longer rendered properly. I was hoping that the release notes for the changes between 1.10.7 and 1.10.8 might...
View ArticleSelect extension and server side processing
Is the select extension designed to work with the server side processing option? When I page to the next set of results all the rows on that page are selected. Here is my configuration var table =...
View ArticleError with editor.submit()
Hello, I am evaluation the editor and I am trying to edit via API a record but I get an error "Uncaught TypeError: Cannot read property 'name' of undefined" when submitting with .submit() method. I get...
View ArticleAutoFill - Losing Functionality
Hi, I've just started with the DataTables and is proving an excellention solution for my application - so thank you! I've just added the AutoFill to 10.8. When my page first loads it works. I have...
View Articlemultiselect extension
Hi, I have just published a little extension on GitHub here allowing the multi selection. It appears that meanwhile a nice extension was published : Select So I plan to rewrite my lib to use the Select...
View ArticleUncaught Error: Cannot find module 'jquery' when adding var editor =...
I have the following simple react file (based on one of the examples) which works well as long as I don't uncomment the line var editor = require('dataTables.editor'). I've been trying to figure this...
View ArticleIs it possible to show in grey the active page number ?
Hello I searched but I have not found. When the mouse hoover on the page number this become grey. I would that stay grey after choose a number.
View ArticleInclude Timepicker Addon in Editor
Hi together, I'm using the Timepicker addon (http://trentrichardson.com/examples/timepicker/) in Editor in order to pick the time next to the date. It's working great, with one exception. The value of...
View ArticleFilter and Sort on multi data
Hi, I'm using this https://datatables.net/examples/api/multi_filter.html and I have a problem with the filters and the sort on 1 column because this column has multiple data and When I use the filter...
View ArticleUncaught Buttons: Too many iterations
http://debug.datatables.net/axomet Not sure why I'm getting this error. I've searched the forums and google and have come up empty handed. When we try to add buttons to the form we get Uncaught...
View ArticleButtons Error (Uncaught TypeError: str.replace is not a function)
Hi Allan, Really looking forward to this release. .I am getting an error in chrome when I click on any of the buttons. Uncaught TypeError: str.replace is not a function or 'a.replace is not a function'...
View Article