An open API service indexing awesome lists of open source software.

https://github.com/darklow/fuel-tablesort

Table column sort package for Fuel
https://github.com/darklow/fuel-tablesort

Last synced: about 1 year ago
JSON representation

Table column sort package for Fuel

Awesome Lists containing this project

README

          

# TableSort package for Fuel PHP

Class that creates table header column rows for sorting.

Almost every CMS have tables that need sorting on all or some columns, so i decided to create class, that helps create header rows and handles everything.

## Example & Usage
http://darklow.fuel.first.lv/tablesort

## Features

- Cookie support
- Full template config
- Works in combination with Pagination class
- Based on same principles as Paginatin class