Datatable not working for morethan 500 rows
hi, i am using datatable 1.9 and using json web service as data source.it working fine for below 500 rows but not working for more than that.any help would be appreciated. thanks and regards
View ArticleDynamically get column names in $aColumns arrary in datatables using server...
I cannot present a test case as I am using Codeigniter framework for php and cannot host the page on my own. I've used this https://github.com/blake-nouribekian/codeigniter-datatables to create...
View ArticleProblem with Colreorder
Hi All, I have problem with my Colreorder function. It is working with some of the grids and I am facing problem with particularly editable items in a grid. The problem is while reordering the columns...
View ArticleDisable or remove one select filter
Hi, After struggling for hours on this I finally ask for help because I can't find how to do what I want. I'm a beginner so I'm not used to use js. I'm using...
View ArticleUse of DataTables with PhoneGap
I am reposting this as a new thread rather than as a comment to a pretty old one, which hasn't had any replies. I hope that's OK. I'm using jquery mobile 1.2 and DataTables 1.9.4 with PhoneGap and...
View ArticleUsing filtering API on a hidden datatable.. possible?
I have a unique usage (at least as far as I can tell based on the lack of other folks doing something similar) of datatables to where I'm using datatables for its filtering/sorting/paging...
View ArticleHow to make a row clickable using json data
I'm seeing some references to how to bind a click event to the rows in a datatable but I'm not clear on how it works. I see references to fnDrawCallback but I haven't had any luck getting it to work,...
View ArticleTableTools not working in Safari 5.1.7
Hello, I have installed the WordPress plugin TablePress, which uses DataTables and TableTools: http://wordpress.org/extend/plugins/tablepress/ I am calling it on this page: http://juiced.gs/index/ via...
View ArticleWhat is the effect/rationale of the redraw argument on fnUpdate, fnAddData...
First, my question: When I pass false for the redraw argument when calling fnUpdate, fnAddData and fnDeleteRow, what happens? Does the change only occur in the dataTable's internal data, and is not...
View ArticlefnRowCallback, Show Info API
Hello, In my case DataTables to connect to my database to show my subscribers. But for every subscriber I absolutely need to display information from an API. Here is my php script to retrieve...
View ArticleDataTable ignore Hidden Rows while sorting and filter
Is there anyway for datatable plugin to ignore hidden rows so the alternate row color doesn't get mess up and the sInfo will display the right number of rows. When i hide a row the sInfo information of...
View ArticleHow can I detect when the user has changed page inside the table?
Thanks for your help with my previous questions, Allan; I've now got DataTables working perfectly inside the Watchlist page of my ebook search site, http://luzme.com. Sorting, filtering, pagination:...
View ArticleHidden columns dont get updated.
Hi I have created an expand/collapse feature for my datatable. So when I collapse I hide few columns using aTable.fnSetColumnVis( 2, false); My problem is that in the collapsed form these columns dont...
View ArticleRange sorting
Is there a plug in which would allow columns to be sorted by ranges? Like Column A >5 and < 9. I am already using the plug in which allows you to sort by multiple columns, and that works great.
View ArticleWIA-ARIA usage in tbody
Can someone explain the logic behind using role="alert" and aria-live="polite" in the tbody tag? 1) The screen reader I'm using to test (ChromeVox plugin) tells the user that the content is an "alert"...
View ArticleTableTools_JUI.css .DTTT_print_info has incorrect "position:"
Currently it's "absolute", it should be "fixed". Note that TableTools.css is correct. The impact of this is that when a JQueryUI-styled TableTool emits a brief info dialog (eg "Copied FOO rows to...
View ArticleValue of hidden field
Hi, I have started using datatable very recently. I was wondering how can I achieve this:- 1. I want to display a selectable table with a hidden column. 2. I want to use hidden column as ID for each...
View ArticleDataTables events unbound when using jquery split plugin
Hello, I am using the jquery split plugin which basically display a DataTables table on the main side and an html textarea on the flip side. When I go from the flip side to the heads side ( = showing...
View ArticleIssue with % width on parent when using sScrollY = "XXXpx"
Hi, I have this issue where the column headings width(s) never changing when I set sScrollY to anything. The actual data within the table scales just fine. This will ONLY occur when the parent of the...
View ArticleWant to keep custom attribute of th, is there any way?
Hi, Have a question when i want to custom the dataTable usage. When i add custom attribute to thead th element.eg: --------------------------------------------------- <table...
View Article