getExpandedRowModel

abstract var getExpandedRowModel: (table: Table<TData>) -> () -> RowModel<TData>?(source)

This function is responsible for returning the expanded row model. If this function is not provided, the table will not expand rows. You can use the default exported getExpandedRowModel function to get the expanded row model or implement your own. API Docs Guide