Hey all..
Just curious on if I can word-wrap column 1 in my table at a certain character length?
It isn't something that is built into DataTables, but you could use columns.render as a function to insert line breaks where you need.
columns.render
Allan
Answers
It isn't something that is built into DataTables, but you could use
columns.renderas a function to insert line breaks where you need.Allan