@gridkitjs/core v0.3.0
Minor Changes#
-
1e112a6: Columns take a
wrapoption —{ header?: boolean; cells?: boolean }— and two escape-hatch class fields,headerClassNameandcellClassName.wraplets a column's header and/or cell text wrap onto multiple lines instead of the grid's default single line with an ellipsis; it's off by default, so existing grids render unchanged.headerClassName/cellClassNameare appended to a column'sth/tdas-is — nothing in this package reads them — for styling a single column that no other prop covers.