CSS precompiler files?
I downloaded updates this weekend using the download builder. I'm looking for less/sass files but I don't see any. Did I miss an option? Ditto for DataTables.
View ArticleFormatting off with DataGrids out of the box
I am new to using this and my first data grid is not showing the sort icons and the formatting is a bit off on where the search bar and pagination should be. Any ideas what i can do to fix this?
View ArticleUsing buttons
Hi altogether, seems that I drew a mental black here... I don't get the buttons to show up. I used the download builder and downloaded datatables including the whole buttons extension (all options). In...
View ArticleExcel Export Button Filtering Hangs on A to Z Sort
I noticed that the nightly version of buttons.html5.min.js now includes an autoFilter for Excel exports. Unfortunately this hangs any spreadsheet that's created from the button when the A to Z (or Z to...
View ArticleServer Side Processing Filtering Only
By default when server side processing is enabled, filtering/sorting/paging are all sent to the server for processing. Is there any way to process server side for filtering only while sorting and...
View ArticleUsing sum() will point to error in js file
Hi there, I'd like to sum up one column. Therefor I am using the sum plugin. I created a file called "plugins.js" with the following content:...
View ArticleRegression - Buttons HTML5 Excel export no longer works on IE11. Worked up to...
I think we just discovered a regression with the buttons extension, concerning the HTML5 export, specifically on IE11. I tested every version from 1.1.2 all the way up to 1.5.2, and I can confirm that...
View ArticleSearch by Colum
Hi, I want to enable inputbox to search for some columns, i enable search on columns but didn't work, any help ? HTML Code: <nav class="navbar navbar-inverse navbar-fixed-top"> <div...
View ArticleChecked option filter.
Help me please. There is no choice whether the checkbox is active in the filtering. How to make it so that in select you could select Yes or No? https://jsfiddle.net/32ad1vfk/
View ArticleTrouble with example program Users.html
When I try to run this example, the only output I see is my column headers -- no DataTables stuff and no data. My guess is that Bootstrap.php is not being run. I'm looking in DataTables.php, and I see...
View ArticleSeparate headers every X header
So I want to be able to put a vertical black line between the first and second header title, the 4th and 5th and say 7th and 8th. How can I achieve that?
View ArticleAutofill not saving
Hi, I setup autofill and when I go to drag it, it would highlight the rows but not save any data in it. Now, I don't know what changed but it doesn't even show the little blue box to drag. I'm using...
View ArticleServer side paging
Hi, there's probably an example somewhere but I'm trying to use datatables to do server side paging, but I'm not sure how datatables keeps tabs on which page it's currently on. Also, how does...
View ArticleResponsive dataTable not collapsing on latest Chrome version
Hello everybody, I made a responsive dataTable a few months ago, I always opened it on Firefox and it was working correctly, the table collapsing with the responsive option, but recently I opened the...
View Articlesum() result usable anywhere in html?
Hi there, again, a noobie question, sorry for that I am successfully using the sum() function which now puts the result into the table footer with the following code: drawCallback: function () { var...
View ArticleChild rows (show extra / detailed information)
I am following this tutorial : https://datatables.net/examples/api/row_details.html I want when I click the + button to have other <tr> and <td>s to align in the same exact placements as...
View Articleerror event not thrown when ready state 0
Hello, I'm using datatables for server side processing and I would like following scenario to happen: user changes page but he has no Internet connectivity so the ajax request remains in readystate 0...
View ArticleExport pdf change column header color and checkbox value not exported
Hi Please need ur help guys. How can i change the exported pdf column header from default darkgray to blueviolet or any colors. And how can i get exported the value from a checkbox. supposed below is...
View ArticleModal title appearing after close ('x') button
I've recently made changes to my Editor configuration and the following behaviour has popped up: <div data-dte-e="head" class="DTE_Header modal-header"> <button...
View Article