Web-Team-IITI-Gymkhana / tpc-frontend

https://tpc-frontend-delta.vercel.app
0 stars 13 forks source link

Table Component #19

Closed gjain-7 closed 3 months ago

gjain-7 commented 5 months ago

A table component will have:

Implement this tabulated view for

gjain-7 commented 5 months ago

Assigned to @Pradeep-Kumar-Rebbavarapu

cse210001015 commented 4 months ago

Note on filters:

Pradeep-Kumar-Rebbavarapu commented 3 months ago

1) Table <Filter mapping , option mapping , column mapping , data , primary_column = id , visible_columns> 2) Import (Validation for null) , Export 3) Copy to clipboard (id's,column) 4) Filter from backend (comma seperated , on press enter gets the filter) 5) Delete Selection 6) Make action button (Delete , Import , Export) 7) use qs npm library for adding queries in the url

Pradeep-Kumar-Rebbavarapu commented 3 months ago

1) Checking Filters and ordering 2) add Backend url in env 3) Split and clean the table component 4) Table Component for jobs