Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 602 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 602 Bytes

This Sample React component including the setup for building a react app with Redux + BabelJS + Webpack + Bootstrap

React Table with Filter Implemenation

Consider a following use-case where we have a table entries like

Test Class | Source Class | Test Method
----------------------------------------
ATest      | Class1       | method1
ATest      | Class1       | method2
ATest      | Class1       | method3
BTest      | Class1       | method1
BTest      | Class2       | method1

This components including renders the table with contents and filter on the top.