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
- Host: GitHub
- URL: https://github.com/edofre/yii2-float-thead
- Owner: Edofre
- License: mit
- Created: 2016-06-14T08:24:16.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-04T15:27:50.000Z (over 9 years ago)
- Last Synced: 2024-12-30T15:38:46.181Z (over 1 year ago)
- Language: PHP
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGE.MD
- License: LICENSE.md
Awesome Lists containing this project
README
# Yii2 float thead component
[](https://packagist.org/packages/edofre/yii2-float-thead)
[](https://packagist.org/packages/edofre/yii2-float-thead)
[](https://packagist.org/packages/edofre/yii2-float-thead)
[](https://packagist.org/packages/edofre/yii2-float-thead)
[](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
?>
```