@ctlyst.id/internal-ui 5.0.1 → 5.0.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
@@ -1153,7 +1153,6 @@ var useDataTable = ({
|
|
1153
1153
|
const { getSelectedRowModel, toggleAllRowsSelected } = table;
|
1154
1154
|
const { flatRows } = getSelectedRowModel();
|
1155
1155
|
React5.useEffect(() => {
|
1156
|
-
console.log("changed");
|
1157
1156
|
const rowData = flatRows.map((row) => row.original);
|
1158
1157
|
if (onSelectedRow) {
|
1159
1158
|
onSelectedRow(rowData);
|