estai / yii2-fixedheadertable
FixedHeaderTable in its simplest form displays a fixed header for any valid table mark-up. This is an active jQuery plugin project so expect new features and improvements to be released.
Installs: 40
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Type:yii2-extension
Requires
- bower-asset/jquery.fixedtable: @dev
- nsept/yii2-mousewheel: *
This package is not auto-updated.
Last update: 2025-01-04 21:14:01 UTC
README
#Yii2-JFixedHeaderTable Widget
Install
Either run
composer require estai/yii2-fixedheadertable "@dev"
or add
"estai/yii2-fixedheadertable": "@dev"
to the require
section of your composer.json
file.
Usage
<? \estai\fixedheadert\JFixedHeaderTableWidget::widget([ 'container' => '.table', 'settings' => [ // Plugin options (http://www.fixedheadertable.com/) ] ]); ?> <table class="table"> ... </table>