Skip to content

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 Created or Updated

Logic

Pass the above props to the API call

Edited by Peter Hegman