The way to write your code

Cascading Dropdown in React - Clue Mediator

Cascading Dropdown in React

Today we will create a cascading dropdown in React. In other words, we can also say that the dependent dropdown. What is cascading dropdown? Cascading dropdown is nothing but a...

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...

Undo commit before push in Git - Clue Mediator

Undo commit before push in Git

Today we will show you how to undo commit before push in Git remote repository. We’ll provide you the three different ways to undo commit which has not been pushed....

Sort an array by Date in JavaScript - Clue Mediator

Sort an array by Date in JavaScript

In this article, we’ll show you how to sort an array by date in JavaScript. When you are working with an array of objects that contains a date field and...

Resize an image using the GD library in PHP - Clue Mediator

Resize an image using the GD library in PHP

Today we will explain to you how to resize an image using the GD library in PHP. When we are working with the gallery or individual images to display on...

Export data to CSV in React - Clue Mediator

Export data to CSV in React

In this react article, we’ll show you how to export data to CSV in React using the package. When we are working with a table we may need to export...

React multi select listbox component - Clue Mediator

React multi select listbox component

React multi select listbox component is nothing but a list of items where we can select multiple options from the list. We have written an article to Implement dropdown in...

Remove HTML tags from a string in PHP - Clue Mediator

Remove HTML tags from a string in PHP

In this short article, we will explain to you how to remove HTML tags from a string in PHP. Sometimes we need to get only the content part without HTML...

Get location from an IP address in PHP - Clue Mediator

Get location from an IP address in PHP

Today we’ll show you how to get location from an IP address in PHP. In this article, we will use the third party free API to get the geolocation (like...