https://github.com/rufaidulk/data-grid
Simple data grid for laravel 8
https://github.com/rufaidulk/data-grid
datagridview laravel8
Last synced: 10 months ago
JSON representation
Simple data grid for laravel 8
- Host: GitHub
- URL: https://github.com/rufaidulk/data-grid
- Owner: rufaidulk
- License: mit
- Created: 2021-01-26T19:12:49.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T10:26:18.000Z (over 2 years ago)
- Last Synced: 2025-08-02T12:01:33.614Z (11 months ago)
- Topics: datagridview, laravel8
- Language: PHP
- Homepage:
- Size: 39.1 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel Data Grid
## Description
Simple data grid for laravel 8
## Requirements
- Laravel 8
- Boostrap 4
## Installation
``composer require rufaidulk/data-grid "~1.1.0"``
## Documentation
1. [Basic Usage](https://github.com/rufaidulk/data-grid/blob/main/docs/BasicUsage.md)
1. [Custom Action Buttons](https://github.com/rufaidulk/data-grid/blob/main/docs/CustomActionButtons.md)