Libraries tagged by column builder
ariaieboy/filament-jalali-datetime
9191 Downloads
a Jalali DateTime Column for filament table builder
bugloos/query-sorting-bundle
4607 Downloads
The query sorting bundle allows you to sort data from QueryBuilder and the Database. you can sort multiple columns at the same time and also you can sort relation fields with two-level deep and without any join in your query builder.
bugloos/query-filter-bundle
4614 Downloads
The query filter bundle allows you to filter data from QueryBuilder and the Database. you can filter multiple columns at the same time and also you can filter relation fields with two-level deep and without any join in your query builder.
buibr/csv-helper
8228 Downloads
Parser/Builder of CSV data to file/file to data
halalsoft/laravel-dynamic-column
113 Downloads
Provides a trait for Laravel Eloquent/Query builder to handle MariaDB Dynamic Column.
staffim/spreadsheet-builder
4267 Downloads
Small library for PhpSpreadsheet that helps to build xlsx tables by configuring data columns
djl997/laravel-search-query-builder
225 Downloads
A `Illuminate\Database\Query\Builder` macro to easily search on multiple database columns.
gavinggordon/tablechartbuilder
43 Downloads
Create dynamic HTML tables that can calculate column data, like Excel, and look good doing it, with or without CSS Boostrap.
jmasci/matrix-builder
12 Downloads
A mutable matrix object with methods for sorting rows/columns, adding/removing cells, and a few other things.
elementsframework/bootstrap-columns
13 Downloads
This package provides the implementation for building user interfaces via a layout builder
dd/evolutioncms-snippets-ddcolumnbuilder
1 Downloads
Outputs items (e. g. results of ddGetDucuments, ddGetMultipleField, Ditto, etc.) in multiple columns, trying to distribute them evenly.
ratiborro/laravel-scopes
48 Downloads
Generating local scopes for model in existing file by database columns
mnemesong/table-schema
27 Downloads
Package contains table-schema and column-schema classes and builder.
roy404/schema
2 Downloads
The Schema Builder class is a part of the database layer that allows you to define database tables and their columns using a fluent syntax. It provides a way to create and manipulate database tables without writing SQL queries directly.