Skip to content

Commit b1cb53e

Browse files
committed
add in support for headerCellClassName prop
1 parent f88c605 commit b1cb53e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frame-one-table",
3-
"version": "0.3.10",
3+
"version": "0.3.11",
44
"description": "A react table with maximum flexibility.",
55
"main": "build/index.js",
66
"module": "build/index.es.js",

src/TableHeader.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ const TableHeader: React.FC<ITableHeaderProps> = (props) => {
3838
<th
3939
onClick={onSortHelper}
4040
style={column.headerCellStyle}
41+
className={column.headerCellClassName}
4142
>
4243
{content}
4344
</th>

0 commit comments

Comments
 (0)