Skip to content

A project able to parse a list of objects into a expansive rows with checkboxes embedded.

License

Notifications You must be signed in to change notification settings

gvNN7/HiPlataformTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expansive rows with checkboxes embedded 👋

Version License: MIT

A project able to parse a list of objects into expandable rows with checkboxes embedded.

Demo

Description

Using concepts of reactive programming (RxJs), this project is able to render a list of objects, into expandable rows with checkboxes embedded. Using a stream to realize specific updates on the component, it was necessary to convert the list to an acceptable JSON format and then, perform the construction of the components recursively, as well as their respective expansion and selection methods. PS: If the page is refreshed the status is maintained with the help of Localstorage, so give a try and hit F5 :D

Install

npm install

Usage

npm run start

Run tests

npm run test

Author

👤 Giovanni Maciel

Show your support

Give a ⭐️ if this project helped you!

About

A project able to parse a list of objects into a expansive rows with checkboxes embedded.

Resources

License

Stars

Watchers

Forks