Search
43745 results 6861-6870
Forum
- 27th May 2016Bug when using boostrap table to confirm update row dataThanks very much. @pkwadmin. Now i set a 'data' global var and move the .btn-ok click handler outside , and problem fixed
- 9th May 2016anyway to wildcard table ids?thanks! worked perfectly.
- 25th Apr 2016ajax.reload causes table to "flash" and doesn't keep responsive collapsed rows open.Hi, Thanks for posting back here - much appreciated! Good to hear that you have the loading aspect sorted out. Regarding the child rows, I'm afraid that's a missing feature at the moment. Responsive should indeed retain the child row's state and I'll look to add this to Responsive. Allan
- 10th Apr 2016when i am using datatables only 1st table pagination is working the 2nd one is not what should i do?What you should do is post a link to a test page showing the issue, per the forum rules :-). That will let it be debugged and we will be able to help you find a solution. Allan
- 15th Mar 2016Filter table by year/month in specific columnOn SO it says to include the language file and to setup the global setDefaults, try to crete a jsbin/jsfiddle sample and show that it does not work for you on SO, if it works fine without yadcf and fail to work with yadcf let me know
- 13th Mar 2016Table Tools Freezing Safari (Safari 9) when trying to export to ExcelAs i say, TableTools is legacy software and thus is no longer having work done on it. However, your thread has made me remember about another thread on this issue where it was determined to be a Flash bug. This is the bug report to Adobe. It was acknowledged as a bug in Flash by Adobe and this is the bug tracking the issue. That bug is still open - I can't say if Adobe are working on it or not. This, I'm afraid is not a bug in TableTools, but rather one in Flash. Allan
- 9th Mar 2016Responsive table with row reorder. Reorder handle conflicts with the collapse expand buttonDo you mean the padding that is added to allow space for the Responsive icon? That padding would be applied to any column (it isn't actually padding - the icon does actually take up space in the layout). It would still be on the left in the final column - you would need to alter the CSS if you want it to appear on the right. Allan
- 2nd Mar 2016I am looking for a simple table filtering example that demonstrates how to...Thank you. Exactly what I was looking for!
- 1st Mar 2016i have editor dataTables and i try to make custom button in table toolsThis appears to be a duplicate of the discussion in your other thread about this topic. There is no download button built into the new Buttons extension - as discussed in the other thread you would need to define a custom action that will perform the download. Allan
- 17th Feb 2016Table formatting - Extra sub-rowYou could possibly use a draw callback (drawCallback) to insert the extra rows, but without using a child row, that's about as good as it gets at the moment. Allan