Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 259 Bytes

params.md

File metadata and controls

16 lines (13 loc) · 259 Bytes
params


The params prop expects an object, that will be converted into a querystring to be used when making a dataset request.

<AjaxTable
  params={{
    archived: true
  }}
/>