Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 340 Bytes

url.md

File metadata and controls

14 lines (11 loc) · 340 Bytes
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'
/>