estai/yii2-ui-tinytbl-scroller

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

This package is not auto-updated.

Last update: 2024-09-06 18:43:49 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>