React: Sortable Responsive Table - Live Coding with Jesse
FBTwitterReddit
video description
Rating: 4.0; Vote: 1
I have already created a responsive table that is populated with data from the WordPress API. Now I want users to be able to sort the data by any of the table headers. If time allows, might be nice to allow users to search as well.
Also, as always, Q and A at the end!
.
Standard JS: https://standardjs.com/
Prettier: https://prettier.github.io/prettier/
Live Site: https://catechetics.com
Repo: https://github.com/fus-marcom/ci-react
Trello Board for this Project: https://trello.com/b/oD4BYdZk
React: https://facebook.github.io/react/
Next.js: https://github.com/zeit/next.js/
Materialize: http://materializecss.com/
Jesse: There was a question at the end of the live chat that I did not get to answer. It was: --are you ever going to have more than 200 events? and if so, how will a user access those?- If we get more than 100 events, then the table will make another api call to get the rest of the events when the user scrolls to the end of the list. It will be an infinite scroll. Date: 2022-03-14