PHPackages                             bluezed/yii2-float-thead - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. bluezed/yii2-float-thead

ActiveYii2-extension

bluezed/yii2-float-thead
========================

This is a Yii 2 wrapper for jquery.floatThead a floating/locked/sticky/fixed table header plugin that requires no special CSS and supports window and overflow scrolling.

v1.0.12(2y ago)558.5k↓32.9%31BSD-3-ClausePHP

Since Jul 9Pushed 2y ago2 watchersCompare

[ Source](https://github.com/bluezed/yii2-floatThead)[ Packagist](https://packagist.org/packages/bluezed/yii2-float-thead)[ RSS](/packages/bluezed-yii2-float-thead/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (14)Used By (1)

yii2-floatThead
===============

[](#yii2-floatthead)

This is a Yii 2 wrapper for [jquery.floatThead](http://mkoryak.github.io/floatThead/) a floating/locked/sticky/fixed table header plugin that requires no special CSS and supports window and overflow scrolling.

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist bluezed/yii2-float-thead "*"

```

or add

```
"bluezed/yii2-float-thead": "*"

```

to the require section of your `composer.json` file.

How to use
----------

[](#how-to-use)

In your view file.

```

        Col1
        Col2

        Data1
        Data2
