console.log('cellEdited', cell)}
dataChanged={(newData: any) => console.log('dataChanged', newData)}
footerElement={Footer}
options={{ movableColumns: true, movableRows: true }}
/>
Infinite Scrolling with Ajax Requests
{renderAjaxScrollExample()}
Back to: Github Repo: react-tabulator
More Tabulator's Examples