Data Table Standard 2 component design & features
This data table uses TanStack React Table filtering APIs with shadcn Input and Select controls above the grid. Users can narrow rows by email substring and by payment status, and the table updates the visible row set as filters change.
Filtered tables are common in billing dashboards, support queues, and order history where operators need quick lookup without server round trips. Pair text and facet filters when records mix free-text identifiers with a small set of statuses.
