We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e7d347 commit 76c317eCopy full SHA for 76c317e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "frame-one-table",
3
- "version": "0.2.4",
+ "version": "0.2.5",
4
"description": "A react table with maximum flexibility.",
5
"main": "build/index.js",
6
"module": "build/index.es.js",
src/TableGenerator.tsx
@@ -81,7 +81,7 @@ export interface IPaginatorProps {
81
onOffsetChange(newOffset: number): void;
82
}
83
84
-export interface ColumnOption<T = string> {
+export interface ColumnOption<T = any> {
85
/**
86
* key that is used to extract the correct value from the row's object (string) or array (number)
87
*/
0 commit comments