All Projects → avinashn → datatables-implementation-laravel

avinashn / datatables-implementation-laravel

Licence: other
An example of integrating jQuery datatables plugin in laravel.

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
Vue
7211 projects

Projects that are alternatives of or similar to datatables-implementation-laravel

react-tisch
Table component for React and Bootstrap with real React components as cells
Stars: ✭ 17 (-34.62%)
Mutual labels:  datatables
logi-filter-builder
advanced SQL filter builder. Demo:
Stars: ✭ 23 (-11.54%)
Mutual labels:  datatables
antares-front-end
💻 Anatres Project Front-end Implementation. Create projects with clean material-design layouts, to improve user experience with fully responsive and elastic system. Object orientend javascript with Vue components, easy to use css grids, forms, widgets, build system based on Webpack and Grunt, and many more.
Stars: ✭ 35 (+34.62%)
Mutual labels:  datatables
datatables.mark.js
A DataTables plugin for mark.js to highlight search terms in tables
Stars: ✭ 44 (+69.23%)
Mutual labels:  datatables
trending-twitter
Simple dashboard for getting currently trending hashtags and topics on Twitter
Stars: ✭ 23 (-11.54%)
Mutual labels:  datatables
DataTablesBundle
Symfony bundle for DataTables plugin.
Stars: ✭ 13 (-50%)
Mutual labels:  datatables
laravel-datatables-scout
Laravel DataTables plugin to support Laravel Scout.
Stars: ✭ 12 (-53.85%)
Mutual labels:  datatables
jquery.dataTables.TreeTable
Integrate jquery.treeTable into jquery.dataTables
Stars: ✭ 28 (+7.69%)
Mutual labels:  datatables
datatable-examples
Using DataTables plug-in for jQuery
Stars: ✭ 29 (+11.54%)
Mutual labels:  datatables
vue-data-table
Smart table using vue.js - sorting columns, filter by string, child rows, custom columns, custom row data
Stars: ✭ 15 (-42.31%)
Mutual labels:  datatables
ColReorderWithResize
Column reordering and resizing plug-in for DataTables
Stars: ✭ 41 (+57.69%)
Mutual labels:  datatables
ant-table-extensions
Export, Search extensions to Ant Design's Table component.
Stars: ✭ 43 (+65.38%)
Mutual labels:  datatables
vue-datatables
No description or website provided.
Stars: ✭ 22 (-15.38%)
Mutual labels:  datatables
DataTables.jl
(DEPRECATED) A rewrite of DataFrames.jl based on Nullable
Stars: ✭ 28 (+7.69%)
Mutual labels:  datatables
jQuery-datatable-server-side-net-core
A simple Visual Studio solution using jQuery DataTable with Server-Side processing using .NET 5
Stars: ✭ 71 (+173.08%)
Mutual labels:  datatables
editable-react-table
React table built to resemble a database.
Stars: ✭ 519 (+1896.15%)
Mutual labels:  datatables
DataTables.AspnetCore.Mvc
HtmlHelper wrapper for jquery DataTables
Stars: ✭ 22 (-15.38%)
Mutual labels:  datatables
CIgniter-Datatables
CodeIgniter library for Datatables server-side processing / AJAX, easy to use :3
Stars: ✭ 39 (+50%)
Mutual labels:  datatables
datatables-bulma
DataTables styling for the Bulma CSS framework
Stars: ✭ 80 (+207.69%)
Mutual labels:  datatables
django-rest-framework-datatables-editor
Seamless integration between Django REST framework, Datatables and Datatables Editor.
Stars: ✭ 25 (-3.85%)
Mutual labels:  datatables

Datatables implementation in laravel

Prerequisites

  • After cloning this repository, go to the root folder, run the following command/s,
        composer install
        composer update
  • Rename .env.example to .env and provide your database details there.
  • Import the sql file located at /resources/assets/datatables_data.sql

Working Demo

You can see the demo of the project here

Video demonstrating the example https://www.youtube.com/watch?v=UJuqiUWGHus

Reference Post

http://justlaravel.com/how-to-implement-datatables-in-laravel

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].