If you have resource (ToDo List) and child resources (ToDo List Items) and need editable grid with child items it is for you. It is good reference implementation of React Editable Grid with Ruby on Rails server.
Grid has following functionality:
- Add new record
- Edit record
- Delete record
- Null check for new items
- Dropdown select (Load data from server)
- Sorting by priority
- clone
- bundle install
- rake db:seed
- visit localhost:3000
Maybe I will improve grid by adding functionality:
- Grouping and filtering
- Pagination