Server-side pagination in Material UI Data Grid | Material UI | MUI | Data Grid | React.Js

preview_player
Показать описание
Server-side pagination in Material UI Data Grid | Material UI | MUI | Data Grid
This video will show how to enable server-side pagination in a material UI data grid (data table).
I'll be using the material UI data grid with a react app.
After watching this video, you'll be able to handle large data in the material UI data grid with the help of pagination.
In this video, the backend is developed using express.

MUI Data Grid Pagination Documentation:

Source Code:

GitHub:

Instagram:

Twitter:

Like, sharing and subscription are mandatory. It's free. 😛
Help us to grow by subscribing 🙏🏼
Рекомендации по теме
Комментарии
Автор

seems like page and pageSize re no longer props on DataGrid, does anyone know what the new names are for them?

EDIT: its now under paginatoinModel

snakeb
Автор

The best video about MUI DataGrid that I've ever seen! Congratulations!

eduardofagundesferreira
Автор

Thank you so much, you saved me 🙏🙏🙏
I solved the navigation problem by only setting page to 0 in pageState initialization instead of 1. Because the solution you suggested created another problem in navigation when I reach the last page

xhak
Автор

Thank you for your lesson! It is really helpful and clear!

olgamatosova
Автор

This was very helpful. Thank you for sharing. One issue am facing though is when the page loads for the first time pageSize is set to 100 by default. I had given the same number as you did on rowsPerPageOption but stuck on 100 on first render. can you please give clarification for cases like this? Thanks in advance

redigirma
Автор

I am new to this. You missed that i need to install express server in server directory. never before started server until now. node . started it

Thanks much. its big help.

Because it allow me get data from mysql and ask it to search filter and send jason data back.

freespeech
Автор

need video on server side filtering and sorting for MUI DataGrid

funnyvideos-gizv
Автор

Work on creating generic CRUD. Only table name. Rest will be decided on client side. Admin may get all column but other users only see columns they allow to see.

freespeech
Автор

I am also looking for simple login session with nextjs, i still do not know how to use nextjs. I see too much coding required for simple task. I want to basically develop website with nextjs first then gradually into Single Page Application where UI will be refreshed. Phase one i want to design DASHBOARD SKELETON LAYOUT Top Bar Side Bar Container Area. The plugin elements into those Segments. Everything needs to be isolated such that each area evolve on their own without depending on each other.

freespeech
Автор

Quick question, does this allow for server-side sorting as well? Or do you have any references for how to do that?

lincolnbunker
Автор

bro thanks, can u make for filtering?

ariesdavebantigue
Автор

Hi can you make video on react table server side pagination with column filtering

vikrantavishwakarma
Автор

Bro can you please make a video on Mui Data Grid with row selection ability via checkbox with server side pagination and our own custom search. Selected items remains selected when we move between pages and when search is active ?

shivrajnag
Автор

Can you provide me updated code??
It's not working means, pagination showing only one

RashidAli-ocsr
Автор

How do you apply the initial state on the backend?

russdecker