Closed imballinst closed 2 years ago
Addresses https://github.com/imballinst/react-bs-datatable/issues/138. Example usage:
const headers: TableColumnType<Something>[] = [ { prop: 'test', title: 'Test', thProps: { className: 'hello-world', 'data-value-something': 'test' } } ]
Addresses https://github.com/imballinst/react-bs-datatable/issues/138. Example usage: