Search
23679 results 2811-2820
Forum
- 24th Jan 2017Editing Dilemma of columns not in the datatable being viewed.Bubble editing allows for multiple values in a field for editing: https://editor.datatables.net/examples/bubble-editing/grouped.html You can render what you want the field to display then you can use editField to define which fields (can be anything returned in the Ajax response) are edited when the field is selected. Kevin
- 23rd Jan 2017scrollTo with wrapped columns scrolls to wrong place. How to fix?PS. Added Fiddles to illustrate: https://jsfiddle.net/Preservin/Lh9g2xj2/4/ (no-wrap. working well) vs. https://jsfiddle.net/Preservin/Lh9g2xj2/3/ (wrapped, scrolling to wrong place)
- 20th Dec 2016.columnFilter() filters columns in datatables 1.9. What is its counterpart in 1.10?Looks I found it: https://datatables.net/examples/api/multi_filter.html
- 21st Nov 2016Trying to filter individual columns on a DT using a Sharepoint REST callAnyone any ideas ? TIA
- 19th Oct 2016Is there any way to export table to excel with excelHtml5, with defined type for certain columns?Thanks!
- 1st Oct 2016Copy/CSV/Print buttons with input columns and special charactersThank you that really helped. I have an updated working version here: http://live.datatables.net/leqonovo/3/edit
- 23rd Aug 2016"cannot reinitialise" when hiding columnsIts difficult to say without being able to see the page (per the forum rules ;-) ), but my guess is that the selector is picking up a second table. Perhaps try: $.fn.dataTable.tables({api:true}).column(5).visible(false); Do you have any other tables? Or does it use scrolling? Allan
- 4th Aug 2016How to change the values of the columns while using the excel buttonThanks allan
- 21st Jul 2016Acess columns array propertiesPerfect solution. Thanks!!
- 13th Jul 2016Datatable with fixed colums and highchart eliminates fixed columns after refreshThanks for your question - however, per the forum rules can you link to a test case showing the issue please. This will allow the issue to be debugged. Information on how to create a test page, if you can't provide a link to your own page can be found here. Thanks, Tom