Search
43630 results 6971-6980
Forum
- 24th Nov 2013table tools csv excel pdf buttons not workingAs always, please link to a test case showing the problem. Your code looks fine, so we'd need a link to the page to be able to stand any chance of being able to offer any help! :-) Allan
- 22nd Nov 2013Naming a table when using use strictyeah, that does it ;)
- 22nd Nov 2013Following table design possible? Server Side ProcessingYup - looking at that script, it looks like there isn't the str_replace that would be needed for the space to be correctly handled. To be honest, I would recommend forgetting that script and using one for objects instead: https://github.com/DataTables/DataTables/blob/master/examples/server_side/scripts/objects.php . Use mData as described in the blog post I pasted above, then you don't need to use space in the column list at all. Allan
- 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!