Search
-
Newbie problems
by terryr ·****EDIT - PLS ignore #2, I can no longer spell or read correctly! The issue is resolved. -
problem sorting table using columnfilter plugin
by kingalbert2012 ·I am trying to sort a column by using the columnfilter plugin and I am having a hard time figuring out how to properly do it the right way. -
Dynamic Column Names
by fbas ·I can't see why approach #2 doesn't work unless your aoColumns are not defined correctly. -
add another form search to datatables
by mkourkch ·i come back with this problem . i want to send the data of this form to datatables : -
Sort Icon appears left justified on a new line under the header
by rlemon ·Phone#2 -
fnGetFilteredData()
by fbas ·apparently in your sample run, you had 25 real rows (starting at 0 to 24), so it blew up at #25. -
Checkbox behaviour in a paginated table
by iSabier ·Problem #2 is solvable. I can capture the checkbox event using "live" as you rightly mentioned. I can also create an array of all checkboxes indexed as they would appear in the table. -
DT_RowId in a 2-dim static array?
by hemmeter ·I have tried #2 in fburleigh's response and it doesn't seem to take. I am setting the DT_RowId property on each array inside of aaData, but it has no effect. Ideas? -
Checkbox behaviour in a paginated table
by fbas ·for problem #2, use jQuery's live() function rather than bind(). this will perform bind on elements that were become available throughout the lifetime of your script. http://api.jquery.com/live/ -
FixedCols 2.0 eats my first column.
by fbas ·I don't expect you to debug my code, but help is always appreciated. I particularly want to get item #2 working (the reg ex in fnFilter on my tri-state checkboxes). -
Column width not refreshed after Ajax load.
by NigelRMurray ·3. Continuing from #2 above, request a tab load using $('#tabs').tabs('load', 8). Now the datatable once again takes up the entire width of the window. -
Using Search Feature
by hurrells ·...continuing along in the theme of Thread#289... -
Hide page and search controls for empty tables
by Shown ·EDIT#2: with the help of a global var to know the state of initialization of table, the fnDrawCallback did the job. And it was really easy to use! -
variable columns and a collapsible row grouping
by bigdaddyv ·The user would be presented with two rows of data... "children" on row #1 and "gardening" on row #2. Upon expanding one or the other, the rows for that grouping would be shown. -
sums of columns with ColReorder and ColVis
by MikeS ·I'm particularly interested in seeing a solution to your problem #2. Like you, I use the table footer to show summary values for numeric columns (Min, Max, Avg, etc). All works well for me until colum -
Hiding rows that don't have data
by dmolavi ·Edit to add #2: -
Double Click on Rows not working after fnFilter usage
by Gangadhar ·border: 1px solid #254a8b; -
[closed]Unexpected number of TD elements. Expected 25 and got 24
by CasperTDk ·DataTables warning (table id = 'GridView1'): Unexpected number of TD elements. Expected 25 and got 24. DataTables does not support rowspan / colspan in the table body, and there must be one cell for … -
jQuery UI "Progressbar" in column
by GregP ·Actually, a few moments of experiments later, and #2 is really going to be the way to fly. #1 can result in a rendering 'blip' as the column comes in as text and is quickly updated to be a bar. It occ -
jQuery UI "Progressbar" in column
by GregP ·#2 seems like it SHOULD be the easier one, but I don't know how to tell DataTables to add "ui-progressbar" to the TD element in a given column.