Without clearing the entire records on Ajax call
I'm using server-side processing code to retrieve all data. So far it's working fine. Now, I am checking the database every minute whether new record is been inserted or not. I am calling dataTables...
View Articledont sort first row
Hi, i have a datatable where the first row is the insert-row (css-class=InsertRow) I want to ignore that row when sorting the table so that the insert-row is always the first row. edit: following code...
View Articleeditor & ruby on rails datasource
I'm new to rails and datatables and trying to understand how to connect the data to the editor. I'm guessing the line i need to update is: "ajaxUrl": "php/browsers.php" but cant seem to find any...
View Articlerenaming problem
When i change the name of the file in the save as pop up window, the extension does not remain same(it should be). I am setting the sFileName parameter. any help?
View ArticlebJQueryUI: true not working in my code
Hi, This is my day one with jQuery. I am using Data Table to display data in my HTML table. I am using the following config options. $("#myTable_id").dataTable({ bJQueryUI: true, sPaginationType:...
View ArticleChange rowcallback after initialisation
I need to get my hands on existing datatable's fnRowCallback setting but everything I try seems to fail. What have I tried: var dt = $('#table').dataTable({ "bRetrieve": true, "fnRowCallback" :...
View ArticleDatatables 1.9 - <td> content vanishing in IE
Using Datatables with Filter for our application which displays search result when a customer is searched from a large database [> 6 million rows]. IE issue : When searched with email address the...
View ArticleUpdate form fnRemder to mRender
Hello, I see the fnRender code is depreciated! It will be replaced by mRender. How to change the code so it will work wit mRender? How to update the following code to mRender? "fnRender": function ( o,...
View ArticleColumn width on Internet Explorer
I'm having trouble fixing the column widths on internet explorer https://gist.github.com/4318524 it works perfectly on Chrome, it generates a datatable with horizontal scrolling and with each column...
View ArticleAdding more data to dataTables without refreshing whole table (ServerSide...
Hi, I need to add some more rows below the one that user choose. Data in aaData is fetched for the selection (lets say 2 rows came back), how to insert them but without refreshing whole table? I can...
View ArticleCell background color in fnAddData()
Hi everybody, First of all, I know there are a lot of discussions in this matter, but I can't find any specific answer to my question :( I need to add specific colors to specific cells that don't need...
View Articlehow to force the datatable stay on the same page ?
Hello, First, I would like to thank you guys for the wonderful datatable column filter plugin. I was able to apply the plugin on an ASP.NET Gridview control. I have sorting, filtering, paging features...
View ArticleRefresh data from DB
Hello, I need to refresh my table from database table but the code: oTable.fnDraw(); doesn´t refresh the table. I don´t wanna press F5 please... Any idea? Thank you!
View ArticleColVis: checkbox's out of the button?
I have quite a bit of columns and while DataTables is an excellent, having all the show/hide columns in the button drop down is quite loooong. How can I take all the "checkbox" options out of the the...
View ArticleCheckbox column in DataTables
I am loading my datatable through sAjaxSource, and I'm specifying my columns individually with aoColumns. In the JSON returned from the server, I'm passing in a boolean value represented by a 1 or a 0....
View ArticlesScrollY creates double <thead> and cols are misaligned
I use this code to generate my table $('#myTable').dataTable( { "bPaginate": false, "bLengthChange": false, "bFilter": false, "bSort": false, "bInfo": false, "bAutoWidth": false, "bDestroy": true,...
View Articlehow to center table on page
How can i center my table on the page. Looked through the CSS and html and couldnt find where to change or add. Thanks, Coach http://www.newjerseysepticservice.com/table/gmjr-full.html
View ArticleEditable add-in is not compatible with ColVis plugin
Allan, Column editable is not working when i use colvis to hide the column. Same issue i faced for column filter with colvis. But i fixed that issue by adding" bUseColVis: true" in column filter. Is...
View ArticleCustom filter
Hello, Suppose i have two rows in my table Name | city | nickname David - New York - Dave Jody - Yorkshire - Jody13 When a users types "David York" it filters and just shows me 1 row. I would like the...
View ArticleColumn mis-alignment with auto table layout and horizontal scrollbar
I was trying to use datatable in my application and run into this issue. My table has around 25 columns and has automatic layout (not fixed). Problem is when sort any column, table get re-align. Same...
View Article