Columns Multiline Column

Multiline Column

By default, cell values are displayed as single lines. If a value is too long to fit within the cell, an ellipsis (...) is shown. That is dictated by .default-cell css class that by default exists in every cell.

Override that css class to make long values wrapped. Also specify the width of the column.

This css will make all columns support multiline.

.panemu-table .default-cell {
  white-space: normal;
}

In below example, only Name column supports multiline.

Id
Name
Email
Gender
Country
Amount
Enrolled
Last Login
Verified
1 Abagail Kingscote F Philippines 9339.72 2023-04-26 true
2 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur vel lectus sed metus porttitor tempus nec ut neque. Nulla bibendum arcu eu nibh laoreet, at iaculis sapien mollis. M Kazakhstan 3744.95 2023-11-01 false
3 Sarene Greim M 4397.68 2023-01-03 true
4 Blair Millbank F Philippines 3334.58 2023-07-01 false
5 Kliment Sprowle M Indonesia 6459.93 2023-12-25 true