background
Home / Portfolio / Inertia Datatable
PORTFOLIO

Inertia Datatable

Get fast and easy to filter and sort data table with Inertia Datatable.

#Laravel  #InertiaJS  #Datatable  

Inertia Datatable

Get fast and easy to filter and sort data table with Inertia Datatable.

Live demo : Not available yet.

Source code : GitHub

Features

  • Server-side pagination
  • Live search
  • Sort
  • Limit data to be displayed on each page

Tech Stack

Prerequisites

Installation and Usage

Clone the repository

1git clone https://github.com/raprmdn/inertia-datatable.git
bash

cd into the project directory

1cd inertia-datatable
bash

Install dependencies

1# Laravel 2composer install 3 4# InertiaJS 5npm install
bash

copy .env.example to .env and update the database credentials

1cp .env.example .env
bash

Run the database migrations

1php artisan migrate
bash

Seed the database

1php artisan db:seed
bash

Start the local development server

1php artisan serve
bash

Screenshots

Inertia Datatable
Datatable
Inertia Datatable
Set limit 20 each page
Inertia Datatable
ASC username
Inertia Datatable
DESC name
Inertia Datatable
Search feature