Search
10089 results 4801-4810
Forum
- 21st Apr 2011JSON data that does not have aaData nodeaaData property customisation. The default can now be overridden
- 20th Apr 2011Problem with individual column filtering (select menus)return new Array(); // by default we only wany unique
- 19th Apr 2011Your opinion wanted: future of DataTables supportthe sort order, the default will throw this error.
- 19th Apr 2011Server-side ajax search, wait till finish enteringall fields searchable by default. //Will have another using
- 17th Apr 2011successful JSONP request, butin either array, the default value should be "1"
- 13th Apr 2011DataTables, JqueryUI, Length Drop Down, Search, Table Toolsthe PNG images by default and that is it.
- 12th Apr 2011sorting imagesHave you set sType to 'string' for the image column? DataTables will strip HTML by default for sorting. However, that shouldn't result in a Javascript error. A link to your example would be very useful. Allan
- 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