Data Grid

Standalone data grid web component

Server usage

Url should point to an endpoint that returns a json response with a data key that contains an array

It should also return a `meta` key with

Server parameters are sent as query string and are start, length and search (but are configurable if needed through options).

To enable server mode, use server=true

To test this locally, use the built-in php server

Invalid url