Search
43630 results 6981-6990
Forum
- 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
- 7th Aug 2013Datatables sDom add new elements to bottom and top of tableVery likely to need to alter the CSS. Have a look at the DOM in your browser's web dev tools and check that the DOM order is correct (it should be!), but you need to use CSS to get the visual positioning. Allan
- 25th Jul 2013Table with 2 Fixed columns, scroll-x and with no sorting first columnCan anybody help please ?? :(
- 24th Jul 2013Problem with click on table with new dataSounds like the top FAQ: http://datatables.net/faqs#events
- 29th Jun 2013Why do I get this error? "aData is undefined" when creating my table with a Json sourceAs you can see - the example works okay, so I'm afraid I don't know what would be causing the error as I don't know what modifications you've made. Allan
- 12th Jun 2013Changing the Default text when a table intialises with no records:This is what you are searching for: http://datatables.net/release-datatables/examples/advanced_init/language_file.html http://datatables.net/usage/i18n