Server side scroller formatting error
Server side scroller formatting error
I've started using DataTables with Scroller function and encountered the following "bug". If there is a really long field (mine is for example stack trace) and scroller (virtual loading) is enabled, table will expand horizontal so that X scroller is visible. How can i prevent that and make DataTables wrap long data set in grid?
Note: If i disable Scroller functionality there is no X scroller and stack trace is formated normally.
Fiddle with scroller enabled: https://jsfiddle.net/vrtL736g/2/
Fiddle without scroller: https://jsfiddle.net/vrtL736g/1/