Is it possible to have the content of the merged cells at the top of the cell instead of in the middle of it?
Vertical-align set to top in the css sheet doesn't do anything.
EDIT: My apologies. I didn't realize it was an issue from Datatable, not the plugin itself. For those who are wondering about that,
Is it possible to have the content of the merged cells at the top of the cell instead of in the middle of it? Vertical-align set to top in the css sheet doesn't do anything.
EDIT: My apologies. I didn't realize it was an issue from Datatable, not the plugin itself. For those who are wondering about that,
table.dataTable tbody td { vertical-align: top; }
Does the trick.