Search
43844 results 7011-7020
Forum
- 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
- 27th Aug 2013Table Tools excel pop up in new windowNo - there is no option to do that in Flash. Its a limitation of the Flash platform, not TableTools. Allan
- 14th Aug 2013Table slow on IE 8 becauses of code in fnDrawCallbackI doubt that the use of DataTables makes any difference to the performance of the auto complete plug-in. There are several others other than jQuery UI's, but I can't speak for their performance. Allan