Libraries tagged by celum
mouf/html.widgets.statsgrid
9241 Downloads
This PHP package contains a HTML pivot table. You provide it with a data set and the list of columns and rows and it will display a nice pivot table.
mobilestock/model-tracks-user-updates
3556 Downloads
model-tracks-user-updates is a library that updates the 'updated_by_user' column with the corresponding user id. Internally it uses the model triggers to update the column with the id of the logged user.
mehadi/laravel-crud-generator
335 Downloads
A laravel package to generate CRUD by giving Model and database table column
konekt/search
30417 Downloads
Laravel package to search through multiple Eloquent models. Supports pagination, eager loading relations, single/multiple columns, sorting and scoped queries.
keboola/sanitizer
100650 Downloads
Column name sanitizer
jpmschuler/tvplus-contentslide
27349 Downloads
This extension allows you to inherit the content of a TemplaVoilaPlus content element column to its child pages - Adaption of EXT:kb_tv_cont_slide to work with templavoilaplus
in2code/hide-used-content
33228 Downloads
Removes used content elements with own colPos configuration from "Unused" column
ichhabrecht/hide-used-content
83641 Downloads
Removes used content elements with own colPos configuration from "Unused" column
hyvor/laravel-json-meta
6856 Downloads
Strict meta data for Eloquent Models, saved in JSON columns
hnhdigital-os/laravel-model-json
1764 Downloads
Provides JSON column support for for Laravel's Eloquent Model.
datatables.net/datatables.net-select
18665 Downloads
Select provides table item selection capabilities - rows, columns and cells can be selected individually or collectively. Complex selection operations such as operating system style selection (ctrl/cmd and shift click) for multiple rows can be enabled with a single option for a DataTable. This is Select for DataTables
datatables.net/datatables.net-responsive-bs5
3243 Downloads
In the modern world of responsive web design tables can often cause a particular problem for designers due to their row based layout. Responsive is an extension for DataTables that resolves that problem by optimising the table's layout for different screen sizes through the dynamic insertion and removal of columns from the table. This is Responsive for DataTables with styling for [Bootstrap5](https://getbootstrap.com/)
datatables.net/datatables.net-fixedheader-bs5
2507 Downloads
When displaying large amounts of data in a table, it can often be useful for the end user to have the column titles always visible. This is particularly true if using DataTables with pagination disabled, or the display length is set to a high value. The FixedHeader extension provides this ability. This is FixedHeader for DataTables with styling for [Bootstrap5](https://getbootstrap.com/)
datatables.net/datatables.net-fixedheader
8700 Downloads
When displaying large amounts of data in a table, it can often be useful for the end user to have the column titles always visible. This is particularly true if using DataTables with pagination disabled, or the display length is set to a high value. The FixedHeader extension provides this ability. This is FixedHeader for DataTables
datatables.net/datatables.net-fixedcolumns
5987 Downloads
FixedColumns provides the ability to fix one or more columns to the left and / or right hand side of a DataTable that scrolls along the x-axis. This can be used if the columns show grouping, index or similar information. This is FixedColumns for DataTables