Libraries tagged by sorting
hamburgscleanest/data-tables
307 Downloads
Data tables whose behavior and appearance can be extended by components. For example sorting, paginating or filtering the table. No JavaScript is required.
gustocoder/laravel-datatable
8 Downloads
Laravel datatable package that provides sorting, allows you to optionally add an extra column, under which you can add buttons for CRUD operations. The button creation method will automatically generate links and send the individual record id to the route name you pass to it. You can configure whether you want the records to be clickable, sortable or not. There is also pagination. Built using Laravel 11.0 but will work on most recent versions. It uses Bootstrap 5 to wrap your responsive table in a nice customizable panel
foofocus/datagrid
3 Downloads
DataGrid for Nette Framework: filtering, sorting, pagination, tree view, table view, translator, etc
fballiano/magento2-category-sort-direction
14 Downloads
Magento2 module that allows you to decide the product sorting direction on category pages.
ekrouzek/pagination-filters-bundle
135 Downloads
Filtering, sorting and pagination bundle for paginated http requests.
drboboev/sortwords
0 Downloads
Sorting words in string
doganoo/dependency-solver
11 Downloads
listing database dependencies using topological sorting algorithms
difel/laravel-eloquent-join
47 Downloads
This package introduces the join capability for sorting and filtering on eloquent relations.
dia-nz/sortablefile
95 Downloads
An extension for SilverStripe 4 that adds sorting to UploadField.
czita/datagrid
12 Downloads
DataGrid for Nette Framework: filtering, sorting, pagination, tree view, table view, translator, etc
cxlblm/php-ranker
3 Downloads
a sorting tool that supports dense_rank/rank/row_number sorting
cta-k12/search-bundle
45 Downloads
Provides a quick way of adding searching, sorting, and filtering to Doctrine ORM entities
charm/recordset
6 Downloads
A library for filtering and sorting rows of data from different sources like database tables, arrays, APIs or CSV files.
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.
bomber-net/laratable
5 Downloads
Table library with filters, sorting, pagination, etc. for Laravel