Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 232 Bytes

on-load.md

File metadata and controls

14 lines (11 loc) · 232 Bytes
onLoad


The onLoad prop expects a function, this is triggered after the dataset has been retrieved and set.

<AjaxTable
  onLoad={() => console.log('loaded!')}
/>