ashl1 / datatables-rowsgroup

The Datatables feature plugin that groups rows (merge cells vertically) in according to specified columns.
Other
95 stars 94 forks source link

Merged Cells content position #18

Closed nguyendtjob closed 6 years ago

nguyendtjob commented 6 years ago

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.