Search
43891 results 7011-7020
Forum
- 19th Nov 2013Tooltip inside a table cellHi kidalex, if your icon is , you can simply use the standard HTML for image. [code][/code]
- 14th Nov 2013moving vertical scroll bar to left of table?Which version of DataTables are you using? Is it 1.9.4? If you try 1.10 ( https://github.com/DataTables/DataTables/tree/1_10_wip/media/js ) it supports rtl layout. I doubt it supports the scrollbar being on the left without rtl layout though - I've never tried that! Allan
- 11th Nov 2013Table tools logo in the pdfthanks! worked like a charm :)
- 10th Nov 2013Single Search for multiple tableIn DataTables 1.10 you'll be able to do exactly that sort of thing with the new API: [code] $('div.myTables').DataTable().search( ... ); [/code] (note the capital D to get the API instance). 1.10 with this feature is in git in the 1_10_wip branch if you want to try it. Otherwise, the this plug-in is what you want for 1.9: http://datatables.net/plug-ins/api#fnFilterAll Allan
- 3rd Nov 2013sorting decimal column with comma separated in jquery data table gridAs noted in the forum rules, please link to a test case showing the problem. Allan
- 28th Oct 2013Want to use data table as input field in a fromI think you are looking for this: http://datatables.net/examples/api/form.html
- 23rd Sep 2013Sort Table but get Sorting Type (or value) from HTML instead if JSgreat! it works! thank you! there's also another annoying bug fixed. so thank you very much!
- 20th Sep 2013White space in middle of table valueThis isn't a datatables issue - browsers automatically truncate whitespace. The solution is to use the nonbreaking space entity, e.g. [code] [/code] See http://live.datatables.net/emeyat/2/edit Steph
- 19th Sep 2013Datestamps for when table was processedThanks Allan. It probably is a plug-in then, I'll look into it.
- 11th Sep 2013data table not auto refreshing after editing cellSorry - we can't provide support for third party software here. If you are having problems with that particular plug-in, I'd suggest asking in their support tracker (noting also that the plug-in is depreciated by the author). Allan