Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rufaidulk/data-grid
Simple data grid for laravel 8
https://github.com/rufaidulk/data-grid
datagridview laravel8
Last synced: 3 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T10:26:18.000Z (about 1 year ago)
- Last Synced: 2024-09-28T20:21:30.059Z (3 months ago)
- Topics: datagridview, laravel8
- Language: PHP
- Homepage:
- Size: 39.1 KB
- Stars: 2
- Watchers: 2
- 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)