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: 36

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Type:yii2-extension

dev-master 2016-02-15 08:45 UTC

This package is not auto-updated.

Last update: 2024-05-11 16:45:37 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>