React: Sortable Responsive Table - Live Coding with Jesse

preview_player
Показать описание
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!

See a professional front-end developer at work. Unscripted. Mistakes included.

-

Рекомендации по теме
Комментарии
Автор

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.

JesseWeigel