Skip to content

React Table Pagination (Server side) with Search - Material table Pagination example with Rest API call

Notifications You must be signed in to change notification settings

solaxios/react-table-pagination-server-side

 
 

Repository files navigation

React Table Pagination (Server side) with Search example using react-table v7

Build React Table Pagination (Server side) application with Search in a React Hooks Application using react-table v7 for data table and Material-UI for pagination.

react-table-pagination-server-side-with-search-example

For instruction, please visit:

React Table Pagination (Server side) with Search example

Server side Pagination for this app:

Node.js Express Pagination with MySQL

Node.js Express Pagination with PostgreSQL

Node.js Express Pagination with MongoDB

Spring Boot Pagination and Filter example

Spring Boot MongoDB Pagination example with Spring Data

More Practice:

React Table example: CRUD App with react-table v7

React Hooks CRUD example with Axios and Web API

React Pagination using Hooks example

React Hooks File Upload example

React Hooks: JWT Authentication & Authorization example

React + Redux + Hooks: JWT Authentication & Authorization example

Fullstack with Node.js Express:

React + Node.js Express + MySQL

React + Node.js Express + PostgreSQL

React + Node.js Express + MongoDB

Fullstack with Spring Boot:

React + Spring Boot + MySQL

React + Spring Boot + PostgreSQL

React + Spring Boot + MongoDB

Fullstack with Django:

React.js Hooks + Django Rest Framework

Serverless with Firebase:

React Firebase Hooks: CRUD App with Realtime Database example

React Hooks Firestore example: CRUD App

Integration (run back-end & front-end on same server/port)

How to integrate React.js with Spring Boot

Integrate React with Node.js Express on same Server/Port

This project was bootstrapped with Create React App.

Set port

.env

PORT=8081

Project setup

In the project directory, you can run:

npm install
# or
yarn install

or

Compiles and hot-reloads for development

npm start
# or
yarn start

Open http://localhost:8081 to view it in the browser.

The page will reload if you make edits.

About

React Table Pagination (Server side) with Search - Material table Pagination example with Rest API call

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 87.2%
  • HTML 9.8%
  • CSS 2.9%
  • Shell 0.1%