data-table
Advanced data table with filtering, sorting, pagination, and URL persistence.
<data-table
:columns="columns"
:data="products"
:total-rows="total"
:options="{ showSelection: true, globalSearch: true }"
@change-query="loadData"
/>Last updated
Was this helpful?