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
totalthe total (unfiltered) number of rows.filteredthe total value of rows matching the current filter.
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
Data Grid
Hello, world! This is a toast message.