{"id":18850212,"url":"https://github.com/edofre/yii2-float-thead","last_synced_at":"2026-02-03T07:30:19.321Z","repository":{"id":56975169,"uuid":"61105249","full_name":"Edofre/yii2-float-thead","owner":"Edofre","description":"Yii2 http://mkoryak.github.io/floatThead wrapper ","archived":false,"fork":false,"pushed_at":"2017-02-04T15:27:50.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-30T15:38:46.181Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Edofre.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGE.MD","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-06-14T08:24:16.000Z","updated_at":"2016-12-26T10:02:07.000Z","dependencies_parsed_at":"2022-08-21T11:50:57.902Z","dependency_job_id":null,"html_url":"https://github.com/Edofre/yii2-float-thead","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Edofre%2Fyii2-float-thead","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Edofre%2Fyii2-float-thead/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Edofre%2Fyii2-float-thead/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Edofre%2Fyii2-float-thead/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Edofre","download_url":"https://codeload.github.com/Edofre/yii2-float-thead/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239786251,"owners_count":19696772,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T03:28:26.797Z","updated_at":"2026-02-03T07:30:19.288Z","avatar_url":"https://github.com/Edofre.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Yii2 float thead component\n\n[![Latest Stable Version](https://poser.pugx.org/edofre/yii2-float-thead/v/stable)](https://packagist.org/packages/edofre/yii2-float-thead)\n[![Total Downloads](https://poser.pugx.org/edofre/yii2-float-thead/downloads)](https://packagist.org/packages/edofre/yii2-float-thead)\n[![Latest Unstable Version](https://poser.pugx.org/edofre/yii2-float-thead/v/unstable)](https://packagist.org/packages/edofre/yii2-float-thead)\n[![License](https://poser.pugx.org/edofre/yii2-float-thead/license)](https://packagist.org/packages/edofre/yii2-float-thead)\n[![composer.lock](https://poser.pugx.org/edofre/yii2-float-thead/composerlock)](https://packagist.org/packages/edofre/yii2-float-thead)\n\n## Installation\n\nThe preferred way to install this extension is through [composer](http://getcomposer.org/download/).\n\nTo install, either run\n\n```\n$ php composer.phar require edofre/yii2-float-thead \"V1.0.2\"\n```\n\nor add\n\n```\n\"edofre/yii2-float-thead\": \"V1.0.2\"\n```\n\nto the ```require``` section of your `composer.json` file.\n\n## Usage\n\n```php\n\u003c?php\n\\edofre\\floatthead\\FloatThead::widget(\n    [\n        'table_id' =\u003e 'table-id',\n        'options'  =\u003e [\n            'position'        =\u003e 'fixed',\n            'scrollContainer' =\u003e true,\n        ],\n    ]\n);\n?\u003e\n\n\u003cdiv class='wrapper small' style=\"overflow: auto; height: 300px;\"\u003e\n    \u003ctable id=\"table-id\" class=\"table large template table-bordered table-striped\"\u003e\n        \u003cthead style=\"background: white\"\u003e\n        \u003ctr\u003e\n            \u003cth\u003eHeader 1\u003c/th\u003e\n            \u003cth\u003eHeader 2\u003c/th\u003e\n            \u003cth\u003eHeader...3\u003c/th\u003e\n        \u003c/tr\u003e\n        \u003c/thead\u003e\n        \u003ctbody\u003e\n        \u003ctr\u003e\n            \u003ctd\u003eCell Content 1\u003c/td\u003e\n            \u003ctd\u003eCell Content 2\u003c/td\u003e\n            \u003ctd\u003eCell Content 3\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003eMore Cell Content 1\u003c/td\u003e\n            \u003ctd\u003eMore Cell Content 2\u003c/td\u003e\n            \u003ctd\u003eMore Cell Content 3\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003eEven More Cell Content 1\u003c/td\u003e\n            \u003ctd\u003eEven More Cell Content 2\u003c/td\u003e\n            \u003ctd\u003eEven More Cell Content 3\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003eAnd Repeat 1\u003c/td\u003e\n            \u003ctd\u003eAnd Repeat 2\u003c/td\u003e\n            \u003ctd\u003eAnd Repeat 3\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003eCell Content 1\u003c/td\u003e\n            \u003ctd\u003eCell Content 2\u003c/td\u003e\n            \u003ctd\u003eCell Content 3\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003eMore Cell Content 1\u003c/td\u003e\n            \u003ctd\u003eMore Cell Content 2\u003c/td\u003e\n            \u003ctd\u003eMore Cell Content 3\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003eEven More Cell Content 1\u003c/td\u003e\n            \u003ctd\u003eEven More Cell Content 2\u003c/td\u003e\n            \u003ctd\u003eEven More Cell Content 3\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003eAnd Repeat 1\u003c/td\u003e\n            \u003ctd\u003eAnd Repeat 2\u003c/td\u003e\n            \u003ctd\u003eAnd Repeat 3\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003eCell Content 1\u003c/td\u003e\n            \u003ctd\u003eCell Content 2\u003c/td\u003e\n            \u003ctd\u003eCell Content 3\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003eMore Cell Content 1\u003c/td\u003e\n            \u003ctd\u003eMore Cell Content 2\u003c/td\u003e\n            \u003ctd\u003eMore Cell Content 3\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003eEven More Cell Content 1\u003c/td\u003e\n            \u003ctd\u003eEven More Cell Content 2\u003c/td\u003e\n            \u003ctd\u003eEven More Cell Content 3\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003eAnd Repeat 1\u003c/td\u003e\n            \u003ctd\u003eAnd Repeat 2\u003c/td\u003e\n            \u003ctd\u003eAnd Repeat 3\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003eCell Content 1\u003c/td\u003e\n            \u003ctd\u003eCell Content 2\u003c/td\u003e\n            \u003ctd\u003eCell Content 3\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003eMore Cell Content 1\u003c/td\u003e\n            \u003ctd\u003eMore Cell Content 2\u003c/td\u003e\n            \u003ctd\u003eMore Cell Content 3\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003eEven More Cell Content 1\u003c/td\u003e\n            \u003ctd\u003eEven More Cell Content 2\u003c/td\u003e\n            \u003ctd\u003eEven More Cell Content 3\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003eAnd Repeat 1\u003c/td\u003e\n            \u003ctd\u003eAnd Repeat 2\u003c/td\u003e\n            \u003ctd\u003eAnd Repeat 3\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003eCell Content 1\u003c/td\u003e\n            \u003ctd\u003eCell Content 2\u003c/td\u003e\n            \u003ctd\u003eCell Content 3\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003eMore Cell Content 1\u003c/td\u003e\n            \u003ctd\u003eMore Cell Content 2\u003c/td\u003e\n            \u003ctd\u003eMore Cell Content 3\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003ctr\u003e\n            \u003ctd\u003eEven More Cell Content 1\u003c/td\u003e\n            \u003ctd\u003eEven More Cell Content 2\u003c/td\u003e\n            \u003ctd\u003eEven More Cell Content 3\u003c/td\u003e\n        \u003c/tr\u003e\n        \u003c/tbody\u003e\n    \u003c/table\u003e\n\u003c/div\u003e\n?\u003e\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedofre%2Fyii2-float-thead","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedofre%2Fyii2-float-thead","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedofre%2Fyii2-float-thead/lists"}