bluezed/yii2-float-thead 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

bluezed/yii2-float-thead

最新稳定版本:v1.0.12

Composer 安装命令:

composer require 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.

README 文档

README

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.

Installation

The preferred way to install this extension is through composer.

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

In your view file.

<table id="myTable">
    <tr>
        <th>Col1</th>
        <th>Col2</th>
    </tr>
    <tr>
        <td>Data1</td>
        <td>Data2</td>
    </tr>
</table>

<?php
\bluezed\floatThead\FloatThead::widget(
    [
        'tableId' => 'myTable', 
        'options' => [
            'top'=>'50'
        ]
    ]
);
?>

If you only want to register the Assets without directly applying the plugin to a table you can use this command:

\bluezed\floatThead\FloatThead::widget(['registerOnly'=>true]);

统计信息

  • 总下载量: 53.28k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 5
  • 点击次数: 1
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 5
  • Watchers: 2
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2015-07-09