This repository has been archived by the owner on Oct 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
56db8d3
commit cbca863
Showing
2 changed files
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ | |
|
||
/** | ||
* Column is the base class of all [[TreeGrid]] column classes. | ||
* The code was based in: https://github.com/yiisoft/yii2/blob/master/framework/grid/DataColumn.php | ||
* | ||
* @author Leandro Gehlen <[email protected]> | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ | |
|
||
/** | ||
* TreeGrid renders a jQuery TreeGrid component. | ||
* The code was based in: https://github.com/yiisoft/yii2/blob/master/framework/grid/GridView.php | ||
* | ||
* @see https://github.com/maxazan/jquery-treegrid | ||
* @author Leandro Gehlen <[email protected]> | ||
|