Search
43628 results 7001-7010
Forum
- 8th Apr 2013Thead and Tbody be divided into two table and don't match in widthreferance http://datatables.net/examples/api/tabs_and_scrolling.html in tabs show event, call fnAdjustColumnSizing, have fix it.
- 4th Apr 2013fixed row height in the tableThanks Allan, the [code]white-space: nowrap[/code] fixed my problem.
- 28th Mar 2013filter table on loadOK got it, found the answer here http://stackoverflow.com/questions/8938142/how-to-filter-data-on-page-load-using-jquery-datatables-plugin
- 28th Mar 2013Table tools wont work with fnRowCallbackThanks.. exactly what i wanted
- 20th Mar 2013How to export img in CSV file in data tableThx Allan.It worked
- 15th Feb 2013Table Tools IconsThe CSS file in the TableTools distribution does have the code required to show the icons, but it is commented out by default. To show the icons you need to comment it in. There is a small complication, the CSS for the icons in the current release of TableTools is actually wrong... I've committed a fix for this but it hasn't made it into a release yet. The file in this state is what you want: https://github.com/DataTables/TableTools/blob/783e605 (again, comment in the icon section). Regard, Allan
- 19th Jan 2013Table Tools: Exports as "All Files" instead of the appropriate file type.This is not a bug in TableTools, but rather the lack of a feature in Flash's export options. This is discussed in a number of other threads including this one: http://datatables.net/forums/discussion/4088/saving-to-xls/p1 . If Flash now offers that option, I'll happily add it to TableTools - but I'm not aware of it being added. Allan
- 17th Jan 2013DataTables 1.9.2 refresh table with sort and pagination state intactWith the fnReloadAjax plug-in, which includes a standing redraw option (keep the pagination): http://datatables.net/plug-ins/api#fnReloadAjax Allan
- 3rd Jan 2013when a table has two rows in head,how to sort?Thank you very much! I'm a chinese,and I'm a beginner,so I don't know exactly how to do it.Could you provide a sample for me,please? I know it's unreasonable requirement,but I have no idea about it.Please help me and reply as soon as possible! Sunny Lee
- 26th Dec 2012Table Data DisplayU must create ur own ordering funtion. -> google -> http://datatables.net/plug-ins/sorting