Search
43827 results 6861-6870
Forum
- 20th Jun 2016Table Redraw Lag with EditorIf you could PM them to me by clicking my name above and then "send message", that would be great. Thanks, Allan
- 16th Jun 2016Refresh the table without AjaxWhen you add data to DataTables, it creates a cached version of it for faster sorting, filtering, etc. Please see my response here I would like to point out that rows().invalidate() will accept any updates to the original data and re-render. So if you change the data behind a row and then call row().invalidate().render() on that row, you will see update values.
- 8th Jun 2016Google Indexing of table pagesHi Rob, do you have any feedback to share about the hashbang solution working for your SEO guys? Ty Jno
- 1st Jun 2016Export table options in drop down listHave a look at this example: https://datatables.net/extensions/buttons/examples/initialisation/collections.html collection allows you to create a drop down with multiple buttons.
- 31st May 2016DataTables 1.10.9 still error: (Cannot read property 'oScroll' of undefined) if more than one TableBecause, as far as I understand it, its an error in the third party column resizing library and should be addressed there. Allan
- 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