UNPKG

rez-table-listing-mui

Version:

A rez table listing component built on TanStack Table

252 lines (251 loc) 6.53 kB
export const getRowsData = [ { id: 1, name: "Employee 1", department: "Marketing", position: "Senior Manager", email: "employee1@example.com", phone: "+1-202-555-0101", dateOfJoining: "2018-05-21", salary: 75000, performanceRating: "A", location: "New York", action: "Edit", subRows: [ { id: 1, name: "Employee 1", department: "Marketing", position: "Senior Manager", email: "employee1@example.com", phone: "+1-202-555-0101", dateOfJoining: "2018-05-21", salary: 75000, performanceRating: "A", location: "New York", }, { id: 2, name: "Employee 2", department: "Finance", position: "Accountant", email: "employee2@example.com", phone: "+1-202-555-0112", dateOfJoining: "2020-09-15", salary: 60000, performanceRating: "B", location: "Chicago", }, { id: 3, name: "Employee 3", department: "HR", position: "HR Specialist", email: "employee3@example.com", phone: "+1-202-555-0133", dateOfJoining: "2017-03-12", salary: 58000, performanceRating: "A", location: "Boston", }, { id: 4, name: "Employee 4", department: "HR", position: "Manager", email: "employee4@example.com", phone: "+1-202-555-0014", dateOfJoining: "2022-02-18", salary: 52740, performanceRating: "C", location: "Boston", }, ], }, { id: 2, name: "Employee 2", department: "Finance", position: "Accountant", email: "employee2@example.com", phone: "+1-202-555-0112", dateOfJoining: "2020-09-15", salary: 60000, performanceRating: "B", location: "Chicago", subRows: [ { id: 1, name: "Employee 1", department: "Marketing", position: "Senior Manager", email: "employee1@example.com", phone: "+1-202-555-0101", dateOfJoining: "2018-05-21", salary: 75000, performanceRating: "A", location: "New York", }, { id: 2, name: "Employee 2", department: "Finance", position: "Accountant", email: "employee2@example.com", phone: "+1-202-555-0112", dateOfJoining: "2020-09-15", salary: 60000, performanceRating: "B", location: "Chicago", }, { id: 3, name: "Employee 3", department: "HR", position: "HR Specialist", email: "employee3@example.com", phone: "+1-202-555-0133", dateOfJoining: "2017-03-12", salary: 58000, performanceRating: "A", location: "Boston", }, { id: 4, name: "Employee 4", department: "HR", position: "Manager", email: "employee4@example.com", phone: "+1-202-555-0014", dateOfJoining: "2022-02-18", salary: 52740, performanceRating: "C", location: "Boston", }, ], }, { id: 3, name: "Employee 3", department: "HR", position: "HR Specialist", email: "employee3@example.com", phone: "+1-202-555-0133", dateOfJoining: "2017-03-12", salary: 58000, performanceRating: "A", location: "Boston", subRows: [ { id: 1, name: "Employee 1", department: "Marketing", position: "Senior Manager", email: "employee1@example.com", phone: "+1-202-555-0101", dateOfJoining: "2018-05-21", salary: 75000, performanceRating: "A", location: "New York", }, { id: 2, name: "Employee 2", department: "Finance", position: "Accountant", email: "employee2@example.com", phone: "+1-202-555-0112", dateOfJoining: "2020-09-15", salary: 60000, performanceRating: "B", location: "Chicago", }, { id: 3, name: "Employee 3", department: "HR", position: "HR Specialist", email: "employee3@example.com", phone: "+1-202-555-0133", dateOfJoining: "2017-03-12", salary: 58000, performanceRating: "A", location: "Boston", }, { id: 4, name: "Employee 4", department: "HR", position: "Manager", email: "employee4@example.com", phone: "+1-202-555-0014", dateOfJoining: "2022-02-18", salary: 52740, performanceRating: "C", location: "Boston", }, ], }, { id: 4, name: "Employee 4", department: "HR", position: "Manager", email: "employee4@example.com", phone: "+1-202-555-0014", dateOfJoining: "2022-02-18", salary: 52740, performanceRating: "C", location: "Boston", subRows: [ { id: 1, name: "Employee 1", department: "Marketing", position: "Senior Manager", email: "employee1@example.com", phone: "+1-202-555-0101", dateOfJoining: "2018-05-21", salary: 75000, performanceRating: "A", location: "New York", }, { id: 2, name: "Employee 2", department: "Finance", position: "Accountant", email: "employee2@example.com", phone: "+1-202-555-0112", dateOfJoining: "2020-09-15", salary: 60000, performanceRating: "B", location: "Chicago", }, { id: 3, name: "Employee 3", department: "HR", position: "HR Specialist", email: "employee3@example.com", phone: "+1-202-555-0133", dateOfJoining: "2017-03-12", salary: 58000, performanceRating: "A", location: "Boston", }, { id: 4, name: "Employee 4", department: "HR", position: "Manager", email: "employee4@example.com", phone: "+1-202-555-0014", dateOfJoining: "2022-02-18", salary: 52740, performanceRating: "C", location: "Boston", }, ], }, ];