React Material UI Table with Paging Sorting and Filtering

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

🚀 Udemy Course on React Hook Form with Material UI

📂 GitHub Repository

💖 Channel Support

💌 For Business Inquiries

🚶‍♂️ Follow us

---
React Material UI Table - Paging, Sorting, and Filtering

In this video, we will discuss how to following in react material UI with react hook
- how to list an array of records in a material-ui table
- mui table paging, sorting, and paging
- etc.

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

This is one of the best video you will find on YouTube for Material UI table. React best practices and reusable components all in one video. 🎯

ujjawalsharma
Автор

I cannot simply describe how amazing this tutorial is

areebahmad
Автор

I have a term project, and your tutorial is just what I was looking for. I just can hope to code like you someday, I can't thank you enough!

keremsahin
Автор

Amazing! Your tutorials are very unique 👏🏽👌🏽 Thank You 🙏🏼

sujit_webdev
Автор

Thank you so so much for making these incredible tutorials! Looking forward to more videos!

caitlynchen
Автор

This one save me a lot in filtering and sort functions, thanks.

Captain_Hibiki
Автор

Thank you very much! Very helpful and covered everything. Really appreciate your work.

EshanRajapakse
Автор

Great job, very informative and with a lot of good practices :)

victordequeirozalves
Автор

Great Respect!, you saved my career, many million thanks!

markdauz
Автор

Hindi english but great content. Ty bro helps alot

djET
Автор

This may be obvious, but maybe it will be helpful to another beginner:
1 - If using typescript, change "const [order, setOrder] = useState()" to "const [order, setOrder] = useState<'asc' | 'desc'>()"
2 - As I was using backend API, I got a response with an array with many object arrays nested in it and had to access data on different "index levels" (like once arr[0][0], and the other arr[0][0][0]), I also didn't want to rewrite the array in a "pretty way", so I had to change the descendingComparator function. To make it work in my code I sent the complete string that access the objects (aka the column name) in orderBy and replaced the ifs as "if (eval("b."+orderBy) < eval("a."+orderBy))"

Ana-xvrx
Автор

Thank you for your videos. Could you please make a server side pagination and sorting with using material-ui its wery usefull for coders thank you.

gokhantaskn
Автор

You are GOD ! Perfectly decomposed table with all features to utilize, exactly what I needed. Many thanks :) subscribing

kazi
Автор

Great tutorial!
I have a problem while inserting data, When I insert the first one, it's all good. BUT when I insert a second record, I have the error TypeError: Cannot read properties of undefined (reading 'title').

Any help please ?

seritiaymen
Автор

Thanks a lot, your videos are awesome and easy to follow..

hussainigambo
Автор

I have already made the sidebar menu component and I was left to do the table component part
Your video helped a lot with the table component
but the side menu UI is getting disturbed. The menu options are lying down to each other. Any idea what could be the problem.

CSBBADRIGAUTAM
Автор

This section is way over me. I maybe have to watch this over a thousand times before I get this paging and sorting lol

shugilazala
Автор

Your Tutorial was too good. Can u show us column filter for each column and Tree View multi-select sample trying it from long way

srijin
Автор

Awesome video bro.. but now the "here" word is in my mind more than the original content : p

ankitnegi
Автор

This is great! Thank you for sharing with us.

ManjunathManja