Wednesday 03:42 PM
Wednesday 03:42 PM
Monday 11:26 AM
Thursday 06:59 AM
Sub Total : | $2,847.55 |
Discount (AUXX50): | -$476.00 |
Shipping Charge : | $89.00 |
Estimated Tax (12.5%) : | $70.62 |
Total : | $2,531.17 |
Pagination can be enabled by setting pagination: true
.
Grid.js supports global search on all rows and columns. Set search: true
to enable the search plugin:
To enable sorting, simply add sort: true
to your config:
Simply add resizable: true
to your config to enable resizable columns:
Grid.js renders a loading bar automatically while it waits for the data to be fetched. Here we are using an async function to demonstrate this behaviour (e.g. an async function can be a XHR call to a server backend)
Simply add height
and fixedHeader
to your Grid.js config object to enable fixed header feature:
Add hidden: true
to the columns definition to hide them.
You can customize cells and format them at runtime using formatter
property:
Choose your themes & layouts etc.