Column widths will not change and the table is spilling out of the wrapper...
I have been trying all sorts here and cannot seem to get the columns to change size despite turning off bautowidth to false etc (that seems to have no effect on or off), i have tried forcing the with...
View ArticleDatatable fnAddData - class and tooltip not working
Hi All, I have a table <table id="datatable_example" class="responsive table table-striped table-bordered" style="width:100%;margin-bottom:0; "> <thead> <tr> <th class="jv...
View ArticleMemory issue while using event for row selection
Hey All, I am using Data Tables 1.9.4 and notice memory issue with my application while using events for multi row selection and polling for server data at specific intervals (using setInterval and...
View ArticleCustom sorting with a column that contains date and string- Looks like its...
I am working with jquery datatables 1.9 and i have a column that contains a combination of these values. A date, a string 'A' and another string 'B'. When i click on that column i want the column to be...
View ArticleExporting Not Working
Hi, I have implemented the data table and trying to put the export buttons on the page.iput all the code mentioned in forums and examples. <table id='example' class="table table-striped...
View ArticleChrome render speed issue
v.1.9.4 We are experiencing extreme slowdowns and sometimes chrome crashing even with a small table. 1000 rows x 5 columns. Even a table with 50 rows is slow. The oddity is that on the very first page...
View ArticleTable 'overlay' for read-only behavior
I've seen a lot of questions/replies in regards to make rows read-only. I've got a particular case where we show our data most of the time, but under some specific business rule, I must prevent the...
View ArticleSubmit of form containing datatable only includes values for controls if...
Note: This is not the issue about data submitted containing only the rows currently being displayed. Anyone with ideas about this appreciated. Issue: When I click the submit button of the form...
View ArticleBuild a File Manager with Folders Using Datatables
I've built a file manager using datatables (screenshot here: http://c.drm.io/image/2d0F0Y0f3N31). It works great, but the file list is growing and I was wondering if it's possible to turn the groups...
View ArticleTableTools "Select/Deselect all" buttons are incompatible with...
As Allan mentioned in this forum post (http://www.datatables.net/forums/discussion/8862/problem-with-bdeferrender-and-jquery-selector-on-table/p1)... deferred rendering is most certainly going to upset...
View ArticleChanging data source
Hi, I wonder if someone could help me out please. I've been constructing a datatable for about three weeks (this is my first time using it so it was a steep learning curve!!). In order to make...
View ArticleHow to cancel a sort event after it is fired?
Is it possible to cancel a sort event after it is fired? I have a checkbox column in my table with a "check-all" checkbox in the header. When the checkbox in the header is clicked I want to prevent the...
View ArticleSort broken
Hello, I have a table with 4 fields of 2 different types I am trying to sort. There are 3 dates with the format DD/MM/YYYY and the other a check box. I get an error on table initialisation: Uncaught...
View ArticleHow to use datatables pagination but with the same style as cakephp's...
The datatables' pagination is very beautiful. It's the only way I could have many data sets with a separate pagination for each. BUT! I also want the pagination to look like the rest of the website's...
View ArticleHow do I re-index search?
I periodically change the text content of my table dynamically after it has been created (not using any methods from datatables.js). Search will still display rows based on the old data. I have tried...
View ArticleRow details not showing past first screen
When I try to use the row details functionality, the rows that appear on the first page work as expected but subsequent pages don't seem to recognize the click on the "+" image. I've discovered that if...
View Article'odd' and 'even' over rows hidden
Hi, I need your help. I used datatables with hidden lines. 1. I can not return the background of the parent row ('odd' or 'even'), to the dependent rows hidden. I can not change the background property...
View ArticleColReorder + FixedColumns plugin
Hi, I just started using Datatables.js. I have a requirement to be able to use ColReorder + FixedColumns plugins on the same table. The bug I think I've found: - Create a datatable, my datatable has 8...
View Articlesave cookie on click
Hi, I've got a problem with saving table change on click and I couldn'f find it out. I don't want to save table state onload, bStateSave must be set to false. But when I click on table control (e.g....
View ArticleColVis 1.1.0-dev nightly menu issue
hello, i had to move to the dev build of colvis since i use also colreorder 1.1.0-dev (see my other post why) and have a problem when reorder columns with hidden columns (order get screwed). the...
View Article