Search
10140 results 4851-4860
Forum
- 9th Apr 2011side by side tablesAh - the default CSS has clear:both for the wrapper element. This will do it: [code] .dataTables_wrapper { float: left; width: 50%; clear: none } [/code] Allan
- 7th Apr 2011Column Heading onhoverIt's just a CSS issue - for columns that aren't sortable they have the class 'sorting_disabled' - you can add a pointer: default; or whatever you want. Allan
- 5th Apr 2011How can I change the font/style of the flash buttonYou can just set the font-size CSS property for the buttons. Have a look in the CSS default file that TableTools comes with - you can set the font-size in there. Allan
- 5th Apr 2011Changes do not committhat is the DataTables default. Using iDisplayLength can change
- 31st Mar 2011asp.net gridview not showing sort abilityWell there is the default CSS file and images
- 27th Mar 2011Is there any way to access 'aoData' array?in aoColumns? It is default true, so if you
- 25th Mar 2011possible to keep dataTable height static (even when filtering)?collapse set to false (default), that's a close runner-up.
- 24th Mar 2011Fields with HTML tags are not sorting properlyuse all of datatables default features with any data
- 24th Mar 2011initialization modularity for multi-table pageeach part of the default initialisation object needs to
- 22nd Mar 2011Couple questions re: DataTablesindividual columns: http://datatables.net/usage/columns#asSorting . By default it is [ 'asc', 'desc'