Build a Sortable Table With React.js & TypeScript (No table libraries)

preview_player
Показать описание

In this video we turn a regular table into a fancy sortable table with React.jS & TypeScript.

🌎 Follow me here:
Рекомендации по теме
Комментарии
Автор

Big plus for this topic (which really lack on youtube) +1 for pagination and filter using TS.
Thanks

vladimirvucetic
Автор

thank you!!!! i have been so lost until now

LisyRuiz
Автор

Damn I love you man, this helped me out a lot

monyetbesar
Автор

this video was ver helpful, Thank you.

hakeemanimashaun
Автор

Great video. I would love to see filtering and pagination .thanks

samchrist
Автор

0:00 * The Fine Bros have entered the chat *

akpokemon
Автор

Great video! If you're looking for new topic suggestions -- server-side paging is a topic I would love to see explained. (Most other videos only do the paging on client-side.) Is the git repo available? (The link returns 404 page.) Thanks!

michaelzucker
Автор

Hi Tom, can u help me with the implementation of sorting using UseSortBy in react-table?

khadeejashabana
Автор

I am so keen for searchable tables with and without an API, and pagination

jacobgad
Автор

I'm using Redux for data instead of db.json and I got underlined "a[sortKey] > b[sortKey]" with error of possibly undefined object.

marcofabiopavone
Автор

The provided Github repo link doesn't appear to work, plus it doesn't indicate whether it's the 'starting' code (for us to follow along the video to) or the finished code.

dylan
Автор

hi there is a bug in your code if you click on ID sort and click on first name sort the ID icon is changing not first name icon need to change ( sortOrder === 'ascn' || sortKeys !== key ? 'desc' : 'ascn' ) add this coditon in the changSort it will fix the issue, thanks and great work

codewithharshan
Автор

In my case transition is not working at all, why??

ekk
Автор

Please make pagination and search bar for table in ts too 😄

hapsarilw
Автор

Can you update this video with searching and pagination

hanibal