Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding CRUD #5

Open
RaySheikh opened this issue May 23, 2018 · 3 comments
Open

Adding CRUD #5

RaySheikh opened this issue May 23, 2018 · 3 comments

Comments

@RaySheikh
Copy link

Thank you for putting this together. Any chance we can add CRUD features to this?

@swapnil95
Copy link
Collaborator

Sure @RaySheikh. Can you describe precisely what exactly you are suggesting? A link to an example perhaps

@RaySheikh
Copy link
Author

Sorry for the late response. Would it be possible to add button/buttons to edit data using a modal or inline edit? Also sorting and pagination would be nice.

@markau
Copy link

markau commented Oct 18, 2018

Pagination is available via undocumented props:

  showPagination={true}
  count={50}
  rowsPerPage={10}
  page={1}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants