Libraries tagged by table maker
vannghia/make_table_of_content
2 Downloads
Make table of content (TOC) from content of document
wiisoft/yii2-materialize-data-table
10 Downloads
Data Tables widget base on Maza framework for Yii2
wrogati/cmd-table
5 Downloads
Make changes on table
rikukimuratf/make-eloquent-model
3 Downloads
make eloquent model from table
hadyjsc/laravel-table-dev
1 Downloads
Make to add new feature in JscDev/laravel-table.
faboslav/yii2-material-tabs
73 Downloads
Animated Material Tabs widget for Yii2.
fryiee/craft-helper
602 Downloads
A composer package to make scaffolding craft fields in migrations less painful.
emizoripx/office-php74
85 Downloads
Document generation from existing Excel templates | Export tables to Excel (Grids)
bored-programmers/laragrid
96 Downloads
LaraGrid is a powerful and customizable grid system package for Laravel. It provides an easy way to create sortable, filterable tables with pagination. The package is designed to be highly customizable, allowing developers to define columns, apply filters, and sort data with ease.Key Features:- **Column Definition**: LaraGrid allows you to define the columns that will be displayed in the grid. You can specify the model field and the label for each column.- **Filters**: The package provides several filter classes out of the box, including text, select, date, and boolean filters. These filters can be applied to the columns to filter the grid's data based on user input.- **Sorting**: LaraGrid supports sorting of data based on any column. It also provides support for sorting data based on a related model's field using PowerJoins.- **Pagination**: The package integrates with Laravel's pagination system, allowing you to easily paginate the data in the grid.- **Customizable Appearance**: LaraGrid allows you to customize the appearance of the grid by extending the `BaseLaraGridTheme` class and setting the desired CSS classes.- **Livewire Integration**: LaraGrid is built with Livewire, a full-stack framework for Laravel that makes building dynamic interfaces simple, without leaving the comfort of Laravel.The package is currently in development and is not ready for use in production. It requires PHP 8.1 or higher and Laravel 10.0 or higher.
blackbear/data-grid
10 Downloads
The data grid for own data source. Make data grid in minutes
willwashburn/html-strap-php
2544 Downloads
Quickly make Bootstrap html elements from common data types in PHP
mader12/phone-formatted
5 Downloads
The package for return formatted phone number of user's mask given from ten numbers which is in the DB table.
funayaki/cakephp-cart-plugin
6 Downloads
Shopping Cart Plugin for CakePHP that will work with any table and make it's records buyable.
gorilladash/outlook-formatter
169 Downloads
Scan all dom and add/replace width attribute, make sure table/img in outlook desktop will be working
rishpandey/laravel-auto-migration
1 Downloads
The package uses Doctrine DBAL in order to diff the existing tables with given model and make the necessary changes to it. If the table does not exist, it will create it.