Search
43745 results 6851-6860
Forum
- 1st Jul 2016fixedHeader pops up before scrolling reaches table headerI think I finally solved it. I changed my js from: ...$(document).ready(function() {... to ...$(window).load(function() {...
- 28th Jun 2016Filter data table based on external search parameters (date- range or text)Check out answers in this thread. Let me know if they answer your question. Are you referring to the DataTable search input? Or an custom external search input?
- 27th Jun 2016Print and Save buttons for uneven rows and columns table?Hi, Thanks a lot, Allan for letting me know. Regards, Mayur
- 24th Jun 2016Deleting a Row in a rowReorder Table reverts the most recent re-ordering - why?I managed to make this work by changing how I modified the row labels: https://jsfiddle.net/ChakronSA/sdwfcrmr/2/ I hit another problem though. It's different, so I'll post that in a new question.
- 22nd Jun 2016Retrieve the index of the row based on rowid of the tableCan you link to a test case, per the forum rules please. That should work okay assuming the row is on the current page. I would suggest simply table.row( '#484236' ).index() might be a little easier. Allan
- 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