Libraries tagged by selects
coco-project/sql-cache
23 Downloads
Based on the lexical analysis of "update," "select," "insert," and "delete" SQL statements, an automatic caching strategy is implemented. The strategy involves caching the data when executing a select operation and associating the table name contained in the SQL statement with the corresponding cached records. When executing update, insert, or delete operations, the table name from the SQL statement is extracted, and any cached records containing this table name from previous select operations are deleted. This strategy enables seamless caching without delay and eliminates the need to worry about data synchronization issues. It is particularly effective for tables with infrequent data modifications. For tables with frequent modifications, they can be ignored by configuring the strategy accordingly.
cliffparnitzky/backend-custom-startpage
265 Downloads
Provides the possibility for each user to select an individual startpage in the backend.
clearbold/craft-color-palette
9 Downloads
Configure color themes. Select color themes for page or component styles via entry fields. Output CSS class names or color values in your templates.
clark-nelson/craft-timezone-field
14 Downloads
Makes available a dropdown field to select a timezone.
chrisabey84/laravel-cached-options-list
305 Downloads
A simple package that allows you to cache all rows on a relationship model for use in select arrays on forms
burdapraha/oc_default_option
973 Downloads
OpenCart 2.x select option item as checked by default
buihoangvu/yii2-mapinputwidget
17 Downloads
Yii2 widget to select location at map and choose map coordinates
bright-cloud-studio/isotope-checkout-address-dropdown
27 Downloads
Changes addresses into dropdown selects
brandonjbegle/nova-4-slack-channel-field
96 Downloads
This Nova Package is a searchable select for storing your slack channel information in a database field.
bored-programmers/laragrid
98 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.
booosta/imageselect
5 Downloads
Select with images for PHP Booosta
binarycabin/options
189 Downloads
Class-based select options for Laravel
belsignum/powermail-country
39 Downloads
Improve Country select with more options based on static_info_tables
awema-pl/module-form-builder
68 Downloads
A component that allows creating forms with two-way binding from data object with default HTML fields and custom, like multi-block or AJAX-select.
atlant5/handpicked-list
14 Downloads
Widget (helper) for Yii2. Based on bootstrap. Help you build admin interface. You can select some elements in pretty pop-up and see selected items in another pretty compact interface.