Skip to content

Commit 76c317e

Browse files
committed
grumble grumble
1 parent 9e7d347 commit 76c317e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.2.4",
3+
"version": "0.2.5",
44
"description": "A react table with maximum flexibility.",
55
"main": "build/index.js",
66
"module": "build/index.es.js",

src/TableGenerator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export interface IPaginatorProps {
8181
onOffsetChange(newOffset: number): void;
8282
}
8383

84-
export interface ColumnOption<T = string> {
84+
export interface ColumnOption<T = any> {
8585
/**
8686
* key that is used to extract the correct value from the row's object (string) or array (number)
8787
*/

0 commit comments

Comments
 (0)