Add sorting and filtering support to `<tab-view>` component
Implementation guide
Props
-
sort- the current sort value
-
filters- the current filter value
-
timestampType- The typestamp type based on the sort value. Should change based on if sort is
CreatedorUpdated
- The typestamp type based on the sort value. Should change based on if sort is
Logic
Pass the above props to the API call
Edited by Peter Hegman