-
Notifications
You must be signed in to change notification settings - Fork 882
Closed
Labels
Description
Description
Table is now of type unknown after updating to 3.1.0 - worked before in 3.0.x
Did I miss anything?
const table = useTemplateRef("table");
const selectedRowsMapPositions = computed(() =>
table.value?.tableApi
?.getFilteredSelectedRowModel()
.rows.map((row) => row.original?.id)
.filter(Boolean)
);
albertcito, alexi190, yschroe, carlos-duran, rcoudercher and 1 morealbertcito and larseberhardt