Tagged: Table

Merge two or more tables in phpMyAdmin - Clue Mediator

Merge two or more tables in phpMyAdmin

Today, we’ll discuss how to merge two or more tables in phpMyAdmin. Sometimes we may need to merge multiple tables that have the same structure. So here, we explain to...

Server side pagination with React DataTable - Clue Mediator

Server side pagination with React DataTable

Today we will show you how to implement server side pagination with React DataTable. In the previous article, we have explained about the client side pagination with DataTable in React....

Datatable with pagination in React - Clue Mediator

Datatable with pagination in React

In this article, we will show you how to implement datatable with pagination in React. In the previous article, we have explained about the basic integration of the datatable in...

How to implement DataTable in React - Clue Mediator

How to implement DataTable in React

Today we will show you how to implement DataTable in React. There are many tables available in ReactJS but the datatable is a table component that is available with advanced...

API Calls with React Hooks - Clue Mediator

API calls with React Hooks

In this article, we will show you how to make API calls with React Hooks. We will use useState hooks to make it working with functional component. How to consume...

API call in React JS - Clue Mediator

API call in React JS

API integration is the most important part of the React JS application. So today we will show you how to fetch data via API call in React JS. How to...