Skip to content

Table<unknown> after updating to 3.1.0? #3982

@schillerenrico

Description

@schillerenrico

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)
  );

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingv3#1289

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions