Search
23432 results 2781-2790
Forum
- 7th Mar 2017Fix Columns broken on SafariUpdated the whole package and now it works fine in Safari. Thanks
- 6th Mar 2017className in columns not workingthanks
- 28th Feb 2017Don't know why one of my columns isn't sortingThanks - I see it now. However, you can't append a div to an input element. If you want to use your own input element for the search - just have a keyup listener on it and use search(). That will be much easier than moving elements around! Allan
- 1st Feb 2017R shiny buttons export formated columnsAs I mentioned, we'd need a test case. If it works in the example on this site, the issue is most likely an integration one. Hence the need for a test case :smile: . Allan
- 25th Jan 2017Pass additional meta-data to columns configurationnobody? Allaaaan!!! ;)
- 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!