Libraries tagged by indices
datatables.net/datatables.net-fixedcolumns-bs5
1470 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 with styling for [Bootstrap5](https://getbootstrap.com/)
datatables.net/datatables.net-fixedcolumns-bs4
2921 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 with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)
creativestyle/magesuite-reindex-and-cache-clear-notification
1574 Downloads
Sends a dashboard notification when index invalidation or cache clear log occurs within a given time
contextualcode/ezplatform-search-binary-extractor
11507 Downloads
eZ Platform bundle which allows to index the content of binary files
cardinal-collections/array-with-secondary-keys
5575 Downloads
Array with Secondary Indexes
caddydz/nova-preview-resource
9358 Downloads
Preview a Laravel Nova resource via a popup on the index view
bennothommo/wn-urlnormaliser-plugin
1725 Downloads
Normalise URLs for your Winter CMS website and ensure that search engines only index your canonical paths to prevent duplicate content.
alkree/sitemap
1279 Downloads
Sitemap and sitemap index builder
aligent/magento2-fredhopper-indexer
5013 Downloads
Index and push data from Magento to Fredhopper
ahmed-hussain/hasmany-to-modal
2753 Downloads
A Laravel Nova field. To create a modal for creating or viewing related HasMany records without leaving the index page
marshmallow/nova-resource-click
10506 Downloads
This Laravel Nova package package allows you to define the click action on a Nova resource's index row.
malkusch/php-autoloader
1352 Downloads
This autoloader supports every autoloadable PHP feature up to PHP 5.4’s traits. It find’s every class, interface or traits definition in any situation. No matter what convention is used. The autoloader is index based. After building the index there will be no performance issue. The building is done dynamically. There is no explicit need of calling a build script. For the sake of comfortability there exists a script for prebuilding an index.
ivopetkov/data-index-bearframework-addon
273 Downloads
Data Index addon for Bear Framework
herroffizier/yii2-attribute-index-validator
1997 Downloads
Yii2 validator that adds incremental index to attribute values to make them unique.
malkusch/php-index
19813 Downloads
This library provides an API to perform binary search operations on a sorted index. The index can be a XML document, a CSV document, or an arbitrary text file where the key has a fixed position. You can easily implement your own index. This API comes handy on any sorted data structure where realtime search operations are necessary without the detour of a DBS import.