How to set text to top in each row instead of middle?
How to set text to top in each row instead of middle?

Hi,
I'm struggle to make it right. So in each row in Datatable. sometime there is long text which affect other column that cause each row to set to middle that difficult to read.
So I would like make all of cell in each row to make text to top instead of middle.
How do I do that?
Answers
I'm not sure exactly what you are looking for but here are a couple of options for dealing with long text:
nowrap
class from thetable
tag.If this doesn't help maybe you can build a simple test case with an example of your table and long text so we can offer more specific suggestions.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin