PHPackages                             hiqdev/yii2-asset-jquery-resizable-columns - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. hiqdev/yii2-asset-jquery-resizable-columns

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

hiqdev/yii2-asset-jquery-resizable-columns
==========================================

Yii2 asset for jQuery resizable columns

2.2.4.1(9y ago)322.0k1BSD-3-ClausePHP

Since Nov 8Pushed 9y ago6 watchersCompare

[ Source](https://github.com/hiqdev/yii2-asset-jquery-resizable-columns)[ Packagist](https://packagist.org/packages/hiqdev/yii2-asset-jquery-resizable-columns)[ Docs](https://github.com/hiqdev/yii2-asset-jquery-resizable-columns)[ RSS](/packages/hiqdev-yii2-asset-jquery-resizable-columns/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (5)Versions (5)Used By (1)

Yii2 jquery-resizable-columns
=============================

[](#yii2-jquery-resizable-columns)

**Yii2 asset for jQuery resizable columns**

[![Latest Stable Version](https://camo.githubusercontent.com/a877d7553395c6f649d3dad3296b7cad6d060b566b78ebb523d86907fb87d5bd/68747470733a2f2f706f7365722e707567782e6f72672f6869716465762f796969322d61737365742d6a71756572792d726573697a61626c652d636f6c756d6e732f762f737461626c65)](https://packagist.org/packages/hiqdev/yii2-asset-jquery-resizable-columns)[![Total Downloads](https://camo.githubusercontent.com/d301fb64767f6efaccabd52314f549609688ea434701cf618c2df9b15d010679/68747470733a2f2f706f7365722e707567782e6f72672f6869716465762f796969322d61737365742d6a71756572792d726573697a61626c652d636f6c756d6e732f646f776e6c6f616473)](https://packagist.org/packages/hiqdev/yii2-asset-jquery-resizable-columns)[![Build Status](https://camo.githubusercontent.com/b6726607a27832e66eb90875f029bd3bed240f897d7c0afd8a499c80269f12f2/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6869716465762f796969322d61737365742d6a71756572792d726573697a61626c652d636f6c756d6e732e737667)](https://travis-ci.org/hiqdev/yii2-asset-jquery-resizable-columns)[![Scrutinizer Code Coverage](https://camo.githubusercontent.com/c51570233d29bb207359465392fe755f74f66d5d0f203ef81dd6e4295e756322/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6869716465762f796969322d61737365742d6a71756572792d726573697a61626c652d636f6c756d6e732e737667)](https://scrutinizer-ci.com/g/hiqdev/yii2-asset-jquery-resizable-columns/)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/9757f2af71b2516f918e9f6b8a7caed7a416e555dfc6fa69bd31cba24e396667/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6869716465762f796969322d61737365742d6a71756572792d726573697a61626c652d636f6c756d6e732e737667)](https://scrutinizer-ci.com/g/hiqdev/yii2-asset-jquery-resizable-columns/)[![Dependency Status](https://camo.githubusercontent.com/5e3e579b16cb3a3a8b603c8c5da3b74095a321a5b02bc37e430c0275d7a52db1/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f7068702f6869716465763a796969322d61737365742d6a71756572792d726573697a61626c652d636f6c756d6e732f6465762d6d61737465722f62616467652e737667)](https://www.versioneye.com/php/hiqdev:yii2-asset-jquery-resizable-columns/dev-master)

This package is Yii2 asset bundle for [jquery-resizable-columns](https://github.com/dobtco/jquery-resizable-columns).

Installation
------------

[](#installation)

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

Either run

```
php composer.phar require "hiqdev/yii2-asset-jquery-resizable-columns"
```

or add

```
"hiqdev/yii2-asset-jquery-resizable-columns": "*"
```

to the require section of your composer.json.

Usage
-----

[](#usage)

It's just a normal Yii2 asset bundle.

You can use it directly inside of a view:

```
use hiqdev\yii2\assets\JqueryResizableColumns\ResizableColumnsAsset;

ResizableColumnsAsset::register($this);
```

Or you can add it as a dependency to other asset:

```
class AppAsset extends \yii\web\AssetBundle
{
    public $depends = [
        \yii\web\YiiAsset::class,
        ...
        \hiqdev\yii2\assets\JqueryResizableColumns\ResizableColumnsAsset::class,
    ];
}
```

License
-------

[](#license)

This project is released under the terms of the BSD-3-Clause [license](LICENSE). Read more [here](http://choosealicense.com/licenses/bsd-3-clause).

Copyright © 2015-2017, HiQDev ()

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 80% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~144 days

Total

4

Last Release

3403d ago

Major Versions

0.2.3 → 2.2.42017-01-16

### Community

Maintainers

![](https://www.gravatar.com/avatar/790fd24da129907d373559f60c6994f664f06e3f518502c03580cc9f3594615e?d=identicon)[hiqdev](/maintainers/hiqdev)

---

Top Contributors

[![SilverFire](https://avatars.githubusercontent.com/u/4499203?v=4)](https://github.com/SilverFire "SilverFire (12 commits)")[![hiqsol](https://avatars.githubusercontent.com/u/11820365?v=4)](https://github.com/hiqsol "hiqsol (3 commits)")

---

Tags

hacktoberfestjqueryyii2assetcolumnsresizable

### Embed Badge

![Health badge](/badges/hiqdev-yii2-asset-jquery-resizable-columns/health.svg)

```
[![Health](https://phpackages.com/badges/hiqdev-yii2-asset-jquery-resizable-columns/health.svg)](https://phpackages.com/packages/hiqdev-yii2-asset-jquery-resizable-columns)
```

###  Alternatives

[russ666/yii2-countdown

jQuery countdown widget for Yii2

11100.0k](/packages/russ666-yii2-countdown)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
