Libraries tagged by sort data
mouf/utils.common.sortable-interface
226553 Downloads
This package contains an interface used by objects to say they can sort data. The concept is very simple, the object implements a sort method that takes a key (the sort column) and a direction, and that's it!
bugloos/query-sorting-bundle
4889 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.
graze/formatter
24190 Downloads
Convert objects into arrays of data by applying processors, filters, and sorters.
vysokeskoly/data-grid-bundle
4431 Downloads
Symfony DataGridBundle
muskie9/data-to-arraylist
22696 Downloads
A helper class that converts DataList to ArrayList and allows adding of additional sort options
adaddinsane/dataobject
4552 Downloads
Data object storage and recovery with sorting, filtering and merging
sunnysideup/dataobjectsorter
3394 Downloads
Silverstripe module with crud functionality: edit one field for one record, edit one record, edit one field for all records AND sort records...
drmonty/datatables-plugins
28298 Downloads
Plug-ins for DataTables
simondevelop/array-organize
3604 Downloads
Php library for easy sorting of data, generate html table and more.
burnbright/silverstripe-listsorter
26115 Downloads
Easily provide front-end sorting controls for SilverStripe lists
open-admin-ext/grid-sortable
2358 Downloads
Sort the grid data by drag and drop rows
jtotty/csv-loader
829 Downloads
Sort and format the data from uploaded csv's for updating database data.
koochik/queryhall
158 Downloads
A PHP package that allows you to sort, filter, and paginate Doctrine DBAL SQL database queries from Query parameters
coryrose/livewire-tables
41451 Downloads
An extension for Livewire that allows you to effortlessly scaffold datatables with optional pagination, search, and sort.
fantismic/yet-another-table
1376 Downloads
This is yet another laravel livewire table and come as is. You can filter, you can sort, you can bulk, toggle columns, the basics. The data input is a collection/array, we cant handle models.