Material UI - Table Sorting and Pagination

preview_player
Показать описание
The mother of all table videos.

Like, Share, Sub.
Рекомендации по теме
Комментарии
Автор

Great job and very helpful video. I got sorting functionality but requested to add pagination. I was missing the slice part and you helped me to see it. Thanks mate.

MherDarbinyan-di
Автор

Words can not express how much this has helped me man. Thank you for putting in the time to simplify this process. Props to you my friend.

antoniomeireles
Автор

Thank you!❤
I used everything you thought me today
but I did realise that:
onChangePage is actually onPageChange
and
onChangeRowsPerPage is actually onRowsPerPageChange
Idk if it's a new update or what but it was easy fixing it!
Thank you soo much ❤

Yoissef
Автор

Brother I just can't thank you enough for completing my request . you are my savior and you made my day I wish I could pay for this ❤️ thanks a ton brother .

Himanshu_Sharma..
Автор

Thanks for the the time and effort you took to put together this video. I was wondering if you had a way of handling the pagination bug tied to the material TablePagination component? It only reveals itself when you are paginated up on one data set but then when you shrink the size of the data, it then displays the start page to be a higher number than the end page, essentially the state of the last dataset remains the page number view.

bch
Автор

Hi, thanks for video! What are A and B in getComparator? it causes error in my code, can't get it

vty
Автор

Thank you for this video. You helped me so much! :)

follow_ticket
Автор

Hi, I get a is not defined. Where do a and b come from in the getComparator function? Thanks

Allan-lgdm
Автор

how to add colorfull space between rows?

Nikitosss
Автор

Thanks man ! Great video.... I have some problem in sorting numeric values .... the sorting function sort the values as strings and not as numbers .
I'd try to cast using Number() but than it isnt sorting at all :(

U met that problem?

jonathanmalai
Автор

Thank you! this video still saves lives!

alexscorer
Автор

Hey can you make a video on sort table by date and time, thanks a lot

sudhveersingh
Автор

great video, thanks! What extention are you using for coloring the block content? Is it Blockman?

quofintech
Автор

Very helpful, can we get a link with the source code?

savvaschristodoulou
Автор

thanks for the great explanation buddy

rajatsawarkar
Автор

Make Server Side Pagination on this :)

kenoftruesight
Автор

Topic: Full stack javascript - Data Pagination and Filtering

Good day,

If I may humbly ask a little help, any hints, comments and suggestions are very much welcome, thank you in advance for all your help, please see question below, how do I code this?:

/*
Create the `showPage` function
This function will create and insert/append the elements needed to display a "page" of nine students
*/



/*
Create the `addPagination` function
This function will create and insert/append the elements needed for the pagination buttons
*/



// Call functions

karlrussellmenil