An open API service indexing awesome lists of open source software.

https://github.com/edofre/yii2-float-thead

Yii2 http://mkoryak.github.io/floatThead wrapper
https://github.com/edofre/yii2-float-thead

Last synced: 6 months ago
JSON representation

Yii2 http://mkoryak.github.io/floatThead wrapper

Awesome Lists containing this project

README

          

# Yii2 float thead component

[![Latest Stable Version](https://poser.pugx.org/edofre/yii2-float-thead/v/stable)](https://packagist.org/packages/edofre/yii2-float-thead)
[![Total Downloads](https://poser.pugx.org/edofre/yii2-float-thead/downloads)](https://packagist.org/packages/edofre/yii2-float-thead)
[![Latest Unstable Version](https://poser.pugx.org/edofre/yii2-float-thead/v/unstable)](https://packagist.org/packages/edofre/yii2-float-thead)
[![License](https://poser.pugx.org/edofre/yii2-float-thead/license)](https://packagist.org/packages/edofre/yii2-float-thead)
[![composer.lock](https://poser.pugx.org/edofre/yii2-float-thead/composerlock)](https://packagist.org/packages/edofre/yii2-float-thead)

## Installation

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

To install, either run

```
$ php composer.phar require edofre/yii2-float-thead "V1.0.2"
```

or add

```
"edofre/yii2-float-thead": "V1.0.2"
```

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

## Usage

```php
'table-id',
'options' => [
'position' => 'fixed',
'scrollContainer' => true,
],
]
);
?>





Header 1
Header 2
Header...3




Cell Content 1
Cell Content 2
Cell Content 3


More Cell Content 1
More Cell Content 2
More Cell Content 3


Even More Cell Content 1
Even More Cell Content 2
Even More Cell Content 3


And Repeat 1
And Repeat 2
And Repeat 3


Cell Content 1
Cell Content 2
Cell Content 3


More Cell Content 1
More Cell Content 2
More Cell Content 3


Even More Cell Content 1
Even More Cell Content 2
Even More Cell Content 3


And Repeat 1
And Repeat 2
And Repeat 3


Cell Content 1
Cell Content 2
Cell Content 3


More Cell Content 1
More Cell Content 2
More Cell Content 3


Even More Cell Content 1
Even More Cell Content 2
Even More Cell Content 3


And Repeat 1
And Repeat 2
And Repeat 3


Cell Content 1
Cell Content 2
Cell Content 3


More Cell Content 1
More Cell Content 2
More Cell Content 3


Even More Cell Content 1
Even More Cell Content 2
Even More Cell Content 3


And Repeat 1
And Repeat 2
And Repeat 3


Cell Content 1
Cell Content 2
Cell Content 3


More Cell Content 1
More Cell Content 2
More Cell Content 3


Even More Cell Content 1
Even More Cell Content 2
Even More Cell Content 3




?>
```