Filter ^
{#each displayProducts as product}
openProductEditor('edit', product)} class="rounded btn p-0 m-0 d-flex justify-content-center align-items-center w-10 h-100">
Name
Discount Percentage
Status
{product.status === '1' ? "In Stock" : "Out of Stock" }
{/each}
Navigation
previousPage()} class="btn btn-outline-primary rounded-0 rounded-start-3 fw-semibold d-inline-flex align-items-center gap-2">
Prev
clamp(page)}>
nextPage()} class="btn btn-outline-primary rounded-0 rounded-end-3 fw-semibold d-inline-flex align-items-center gap-2">
Next
of
{maxPage}
updateSelected()}>
Save Changes