ColVis: new plug-in for DataTables - user control of column visibility
Hello all, I'm pleased to announce the release of a new plug-in for DataTables called ColVis. ColVis will put a button next to the table, which when activated will show a list of the columns in the...
View ArticleOracle Server side - common error ?
It seens to be a lot of posts around this but i wasn't able to find a proper solution for this. Using the default script provided, when i try to execute the php_oracle.php ( content of the file is :...
View ArticleTimestamps/date range search for DataTables-1.9.4
Hello everybody, I am a new user. I'm using DataTables to develop an open-source tool that is creating reports on chat messages of skype. I really like datatables, pretty powerful. The thing I would...
View ArticleAny example of Datatable using ASP.Net Entity Framework + JSON
Hi All, I'm bit familiar with datatables (the fantastic plugin) but not really hands on how to use it with ASP.Net entity framework. I need to implement it with the following structure: ASP.Net web...
View ArticleHow do I set the row height in dataTables
Actually, I am scrolling through the table but behaing in a wierd manner as the row are having different heights. Can you please help me out.
View ArticleDataTables/TableTools Multi select not working
I *think* I've set everything up as indicated in the documentation but the style for selection doesn't show nor do the events fire. I've never used jsbin before, so I'm not sure if this is the right...
View ArticleDebugging datatables not loading
On our third Rails project, we're unable to get dataTables loaded and see "Object [object Object] has no method 'dataTable'" in the Chrome console. It works fine in our 2 other apps. I've made sure our...
View ArticleRequested unknown parameter '0' from the data source
Hi all, I try to build an application with the help of this great plug-in datatables. But actually I have a problem which I can't solve. I used the debugger and the code is "ogaves". I hope anybody can...
View ArticleUsing Same mData Multiple Times with fnRender
Version: DataTables 1.9.4 I want to use same "oObj.aData.id_company" in multiple columns but it can't render it. It's all OK if I use it only one time as in second code block below: var col_def = [ {...
View ArticleImplementing Select2 jQuery pluggin with datatables
Hi guys, I'm working on a internal CMS and I'm trying to implement select2 (http://ivaynberg.github.com/select2/) and datatables specifically with the editor plugin. I've managed to have them working...
View Articlekeep pagination state on fnReloadAjax
Basically as the title suggest I have a table that refreshes once a minute using fnReloadAjax like so - var refreshId = setInterval(function() {oTable.fnReloadAjax();}, 60000); I was wondering, is...
View Articleincorrect filter total records number when filtering via server-side.
hi allen i am using the individual column filter(input) feature via Server-side. i find the filtered info is "filtering from _MAX_ records" and the _MAX_ variable might be equals to "iTotalRecords" i...
View ArticleHow to display data in two rows instead of the default one row using JQuery...
Using datatable I am able to display all required information in a single row. Due to space constraints I wish to display one of the column (comment) under another column (name) in the same row...
View ArticleHelp with tabs
H i, I've put together a two-tab table but for some the table and text won't show up in the respective tabs. Here is the test version: http://dataliser.com/afr/table/testing/table.html I've got Tabs to...
View ArticleKnockoutJS
Hello, great work Allan, DTs are really good. We are using them extensively in our project, so I persuaded my company to donate :) Has anyone combined DT and knockoutJS?! Here is an example...
View ArticleHow do in js code configuration header colspan
like html: <tbale> <thead> <tr><th colspan='2'>col_1</th><tr> <tr><th>col_2</th><th>col_3</th></tr> </thead>...
View ArticleHow should I handle huge data as it takes toooooo much time to load.
Hi all I am using datatables for listing its working fine but when there is huge amount of data it takes too much time to load the list even I have waited for 10-15 mins but its dont show list just...
View ArticleWhy is _fnRowDeselectAll called when paging?
We have a table using DataTables and TableTools, getting each page of data from the server. If we select items on one page, then goto another page, the items selected on the first page are no longer...
View ArticleGet search field content
How can I get the search field content? I want to integrate the search field content in the filename of the exporting csv-File on tabletools. But I am not able to get the content of the search field...
View ArticleMy dataTables with jQuery UI theme are not same as example
Hi, how to make datatable same as example http://www.datatables.net/examples/basic_init/themes.html this is my table, http://imageshack.us/photo/my-images/195/datatable.jpg/ as u can see the css are...
View Article