Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 439 Bytes

File metadata and controls

13 lines (8 loc) · 439 Bytes

Base project for Grid interview

Installation

Clone this project and run npm install and afterwards npm start

Task

Implement a generic grid component that can accept configuration and data and render a table accordingly.

Once you are done implementing the grid using the current config, uncomment the last columns in config objects and implement the ability to render a custom react component for a table cell.

500Tech.com