Column resizing
First of all - cheers for DataTables - it is fantastic! Anyway, I don't except for a minute this is a new forum topic but I am having real difficulties trying to get any column resizing plugin to work...
View ArticleUpdating The Number Of Entries Label After A New Search
Datatables prints out a report of the number of records found in a statement like this under the table: "Showing 1 to 10 of 12 entries" This doesn't update if someone runs a new search in the...
View ArticleI do not understand the introductory procedure of plug-in.
As for me, English and a personal computer are a beginner. I would like to use FixedColumns. However, although I read the forum, I was not able to understand. How to use plug-in ,Initialization,...
View ArticleI want to define a DataTables multi column Edit form
Hi I wish to create a multi column Edit popupf. I like the way that DataTables handles this at the moment but want a diffrent layout. What I want is something like this. Name : xxxxxxx Surname :...
View ArticleDataTable fixed height
Hi This pertaining to the pagination feature in datatables If you see the example illustrated at the following link, http://datatables.net/release-datatables/examples/basic_init/alt_pagination.html You...
View ArticleScroller + Server Side processing
Hello, I have a problem setting up infinite scrolling in datatables, so I've created a demo app to demo app to show the issue: http://dt-scrollinfinite-serverside.herokuapp.com/ Source code:...
View ArticleDynamically add/remove columns -> DataTables warning. Requested unknown...
Hello Allen. I am using a js array and passing it into dataTables using the aaData option. When my page loads, aaData contains 5 columns of data. When I initialize my datatable, I pass in aaData and...
View Articlemaking localstorage expire?
I was having problems with a column bVisible not being applied, then i cleared localstorage and it worked. I am wondering how to make the user's browsers clear their localStorage data when i commit the...
View ArticleSanitizing Data - best way ?
what's the best way to sanitize the incoming data submitted by users allowed to enter and edit stuff in a table? what if a user submits like 1000 rows of data? how would this affect memory and...
View ArticleUsing TableTools to download large dataset
EDIT: Nevermind, I'm sure it's because it's using $_GET and exceeding the maximum number of characters that can be passed. I'll convert it to the POST version and report back. EDIT EDIT: I used the...
View ArticleIE rendering issue with dynamically added table rows. Columns misaligned....
I have an issue where if I dynamically add table rows using knockout, IE randomly renders one row with some columns offset 1 to the right. It's sometimes the last row, sometimes somewhere in the...
View ArticlebStateSave cookie: when does this reset?
Hi, We have a problem regarding bStateSave cookie. We have used bStateSave=true. The feature is working fine, but it works a little too much. It remembers the state even after the user logs out of the...
View ArticlesDefaultContent not used in array of objects if intermediate property does...
I am passing an array of objects to a datatable and would like to define a column as, for example, "attr1.attr2.attr3" Further, not all objects are expected to have a value for attr1.attr2. So I also...
View ArticleColVis gets wrong
hello there .. i messed up i used ColVis and Column Filter add-on but the filtering does not work as it should be. and now i cant make my columns visibe. am i suppose to clear the browser cache? or ......
View ArticleAfter deleting row from datatable, the datatable cannot update
When i delete the row from datatable, the data rows are not refresh (still exist the deleted one). but the row had been deleted in mysql database. first of all this is my jscript import <script...
View Articleserver_processing.php
In reference to http://datatables.net/release-datatables/extras/Scroller/server-side_processing.html, I would like to see some of the source code for server_processing.php. What I am trying to...
View Articlecouldn't find file 'dataTables/jQuery.dataTables'
Hello I'm trying to implement dataTables per the railscast[1] on it. I just want to setup the simple client side version he introduces in the beginning. So far I've added this to my gem file: group...
View ArticleaLengthMenu custom
Ho can add elements in aLengthMenu array ? Can I write: aLengthMenu: [[10, 25, 50, -1, -2, -3, -4], [10, 25, 50, "All", "AllReds", "AllBlues", "AllGreen"]]
View ArticleOrder DataTable
I need to sort the data table in descending order. I try $(document).ready(function(){ function customDataTableCallBack(settings, json){ var table = $('.dTable').dataTable(); table.fnSort([[0,'desc']]...
View ArticleBug when using FixedHeader with left and top fixed.
Hi, Allan! It's quite a great job you did! But on one of your example with FixedHeader (http://datatables.net/release-datatables/extras/FixedHeader/zIndexes.html) i found sad thing: left fixed column...
View Article