@gisce/react-formiga-table
Advanced tools
Comparing version 0.6.1 to 0.7.0
@@ -10,3 +10,3 @@ import { ExpandableRowIcon, ExpandOptions, OnCellRenderOpts, Sorter, TableColumn } from "../types"; | ||
isRowSelected: (row: any) => boolean; | ||
toggleRowSelected: (row: any) => void; | ||
toggleRowSelected: (row: any, event: any) => void; | ||
expandableOpts?: ExpandOptions | undefined; | ||
@@ -13,0 +13,0 @@ onExpandableIconClicked: (item: any) => void; |
@@ -6,2 +6,3 @@ export declare const useSelectable: () => { | ||
toggleRowSelected: (row: any) => void; | ||
changeSelected: (check: boolean, items: Array<number>) => void; | ||
}; |
{ | ||
"name": "@gisce/react-formiga-table", | ||
"version": "0.6.1", | ||
"version": "0.7.0", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "build": "tsc && vite build", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
170659
16
1595