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
- Host: GitHub
- URL: https://github.com/darklow/fuel-tablesort
- Owner: darklow
- Created: 2011-10-11T18:06:11.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-10-12T07:44:08.000Z (over 14 years ago)
- Last Synced: 2025-03-26T01:51:10.927Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 89.8 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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