url
The url
prop expects a string, to be a valid URI which then is used to retrieve the dataset via a GET
request. To pass query parameters when making the request use the params
prop.
<AjaxTable
url='https://jsonplaceholder.typicode.com/users'
/>