Skip to content

klishevich/react-editable-grid

Repository files navigation

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

About

React Editable Grid Example with Ruby on Rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages