jzhupan / tech-jobs

Trying out GitHub pages with a React app.
1 stars 0 forks source link

UI - Table Hiring Locations Unsortable #30

Closed jcari-dev closed 6 months ago

jcari-dev commented 6 months ago

Currently that column it is not sortable and this is due to how the column is implemented.

We can technically take that key from the JSON and make it two columns instead: Hiring Location (Country), Hiring Location (Cities) or just get rid of Hiring Location (Country) entirely.

I am also open to different solutions on how to fix this! @jzhupan

jcari-dev commented 6 months ago

We could also just remove the sorting from that column as of now, that way we do not have non-working UI elements.