We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f88c605 commit b1cb53eCopy full SHA for b1cb53e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "frame-one-table",
3
- "version": "0.3.10",
+ "version": "0.3.11",
4
"description": "A react table with maximum flexibility.",
5
"main": "build/index.js",
6
"module": "build/index.es.js",
src/TableHeader.tsx
@@ -38,6 +38,7 @@ const TableHeader: React.FC<ITableHeaderProps> = (props) => {
38
<th
39
onClick={onSortHelper}
40
style={column.headerCellStyle}
41
+ className={column.headerCellClassName}
42
>
43
{content}
44
</th>
0 commit comments