PHPackages                             pvsaintpe/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. pvsaintpe/yii2-float-thead

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

pvsaintpe/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.

1.0.4(7y ago)019BSD-3-ClausePHP

Since Jan 17Pushed 7y ago1 watchersCompare

[ Source](https://github.com/pvsaintpe/yii2-float-thead)[ Packagist](https://packagist.org/packages/pvsaintpe/yii2-float-thead)[ RSS](/packages/pvsaintpe-yii2-float-thead/feed)WikiDiscussions release Synced today

READMEChangelogDependencies (1)Versions (6)Used By (0)

yii2-float-thead
================

[](#yii2-float-thead)

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 pvsaintpe/yii2-float-thead "*"

```

or add

```
"pvsaintpe/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
