Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

React Question 1. Build a component to display Employees with 4 columns: id, name, salary, age. const CURRENT_EMPLOYEES = [ { id: 1, employee_name: Tiger

React Question

1. Build a component to display Employees with 4 columns: id, name, salary, age.

const CURRENT_EMPLOYEES = [
 {
 id: 1,
 employee_name: "Tiger Nixon",
 employee_salary: 320800,
 employee_age: 61
 },
 {
 id: 2,
 employee_name: "Garrett Winters",
 employee_salary: 170750,
 employee_age: 63
 },
 {
 id: 3,
 employee_name: "Ashton Cox",
 employee_salary: 86000,
 employee_age: 66
 },
 {
 id: 4,
 employee_name: "Cedric Kelly",
 employee_salary: 433060,
 employee_age: 22
 },
 {
 id: 5,
 employee_name: "Airi Satou",
 employee_salary: 162700,
 employee_age: 33
 }];

2. Add delete functionality to the Employee Table.

3. Hide the Employee , Show All Hidden Button on TOP -> show all the employees on Top of Employee Table

4. Button 1: Show only Employees who make more than 200k

5. Button 2: Show only Employees who make less than 200k 6. Button 3: Reset <- show all the employees

7. Add employee functionality on Employee Table

Thank you!

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database And Expert Systems Applications 22nd International Conference Dexa 2011 Toulouse France August/September 2011 Proceedings Part 1 Lncs 6860

Authors: Abdelkader Hameurlain ,Stephen W. Liddle ,Klaus-Dieter Schewe ,Xiaofang Zhou

2011th Edition

3642230873, 978-3642230875

More Books

Students also viewed these Databases questions