estai/yii2-ui-tinytbl-scroller

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

pkg:composer/estai/yii2-ui-tinytbl-scroller

dev-master 2016-02-16 10:24 UTC

This package is not auto-updated.

Last update: 2025-10-18 00:01:46 UTC


README

#Yii2-UITinytblWidget Widget

Install

Either run

composer require estai/yii2-ui-tinytbl-scroller "@dev"

or add

"estai/yii2-ui-tinytbl-scroller": "@dev"

to the require section of your composer.json file.

Usage

<? \estai\uitinytbl\UITinytblWidget::widget([
    'container' => '.block',
    'wheelSpeed' => 40,
    'settings' => [
        // Plugin options (https://github.com/mkkeck/jquery-ui-tinytbl)
    ]
]); ?>
 <div class='block'>
	<table>
	    ...
	</table>
</div>