Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 795 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 795 Bytes

React.js Editable Grid with Ruby on Rails

Purpose

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.

Functionality

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

Installation

  • clone
  • bundle install
  • rake db:seed
  • visit localhost:3000

Future

Maybe I will improve grid by adding functionality:

  • Grouping and filtering
  • Pagination

Image

React Editable Grid