Libraries tagged by sorter
witty/laravel-table-view
6620 Downloads
Laravel 5 Package for easily displaying table views for Eloquent Collections with search and sort functionality built in.
joskolenberg/laravel-jory
10725 Downloads
Create a flexible API for your Laravel application using json based queries.
drmonty/datatables
60308 Downloads
DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table.
alexcrawford/lexorank-sortable
4439 Downloads
Adds sortable behavior and ordering to Laravel Eloquent models. Grouping and many to many supported.
burnbright/silverstripe-listsorter
26031 Downloads
Easily provide front-end sorting controls for SilverStripe lists
ajshort/silverstripe-gridfieldextensions
25313 Downloads
A collection of useful grid field components
simpladevru/laravel-eloquent-join
13502 Downloads
This package introduces the join magic for eloquent models and relations.
pwm/deepend
2626 Downloads
A library for scheduling dependent task execution.
steefdw/standards-enums
22556 Downloads
The Standards Enums package provides a simple and consistent way to work with countries, languages, currencies, and locales using enums.Each Enum comes with methods for accessing related information, like the name, flag, description, and more.Additionally, helper methods are provided to easily get all possible values or sort them by their name in a given language.These methods can be used with all Enum classes, regardless of whether they represent languages, countries, currencies, or locales.
requtize/semver-converter
6048 Downloads
Converts SemVer version (like Composer packages) into integer version with operators. Helps managing versions: store, compare, sort and retrive by conditions.
pceuropa/yii2-menu
11311 Downloads
Menu bootstrap builder. Sort by drag and drop
open-admin-ext/grid-sortable
1617 Downloads
Sort the grid data by drag and drop rows
mouf/utils.common.sortable-interface
204501 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!
graze/formatter
23224 Downloads
Convert objects into arrays of data by applying processors, filters, and sorters.
bugloos/query-sorting-bundle
4607 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.