Search
43849 results 20821-20830
Forum
- 6th May 2014Trouble filtering server-side datafor fast and accurate table cardinality) */ $sIndexColumn = "id"; /* DB
- 6th May 2014Not unique table/aliasIt now displays the table and the editor form
- 6th May 2014FixedHeader Misalignmentblack border on the table. Here's a screenshot of
- 5th May 2014How to get all data?the data from the table, but when I use
- 5th May 2014problem with paginationSorry, I find it. iTotalDisplayRecords and iTotalRecord need to be the same if no filter is applied to table.
- 5th May 2014testing for data in a datatableSeriously? No one knows how to test if a table has data bound to it?
- 5th May 2014Disable pagingmakeing "bPaginate" to false for perticular table on page. makes it disable for all other tables on that page. I also tried specifying explicitly on each grid, but not working.
- 4th May 2014Date Arithmetic-Row Coloringat all in the table. I'm confused. The table
- 3rd May 2014how can we display dynamic number of rows in each page.You'd simply populate the table with the different number
- 2nd May 2014Header not resized properly on init (from hidden div)Update: I found out a workaround, call oTable.fnAdjustColumnSizing(true) when you show the container. For the resizing issue you have to specify width="100%" on the table, you can't use css. Thanks.