{"id":15963802,"url":"https://github.com/humanintiative/yii2-tabularform","last_synced_at":"2025-04-04T12:28:14.311Z","repository":{"id":57042303,"uuid":"114231512","full_name":"HumanIntiative/yii2-tabularform","owner":"HumanIntiative","description":"Tabular Form Widget","archived":false,"fork":false,"pushed_at":"2019-11-04T09:00:12.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-09T22:29:11.570Z","etag":null,"topics":["form","tabular","widget","yii2-extension"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HumanIntiative.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-14T09:41:18.000Z","updated_at":"2023-12-31T01:25:29.000Z","dependencies_parsed_at":"2022-08-24T00:50:48.500Z","dependency_job_id":null,"html_url":"https://github.com/HumanIntiative/yii2-tabularform","commit_stats":null,"previous_names":["humanintiative/yii2-tabularform","pkpudev/yii2-tabularform"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HumanIntiative%2Fyii2-tabularform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HumanIntiative%2Fyii2-tabularform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HumanIntiative%2Fyii2-tabularform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HumanIntiative%2Fyii2-tabularform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HumanIntiative","download_url":"https://codeload.github.com/HumanIntiative/yii2-tabularform/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247177713,"owners_count":20896703,"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":["form","tabular","widget","yii2-extension"],"created_at":"2024-10-07T17:00:30.565Z","updated_at":"2025-04-04T12:28:14.278Z","avatar_url":"https://github.com/HumanIntiative.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Tabular Form Widget\n========================\nTabular Form Widget\n\nInstallation\n------------\n\nThe preferred way to install this extension is through [composer](http://getcomposer.org/download/).\n\nEither run\n\n```\nphp composer.phar require --prefer-dist pkpudev/yii2-tabularform \"*\"\n```\n\nor add\n\n```\n\"pkpudev/yii2-tabularform\": \"*\"\n```\n\nto the require section of your `composer.json` file.\n\n\nUsage\n-----\n\nOnce the extension is installed, simply use it in your code by  :\n\n```php\n\u003c?= \\pkpudev\\widget\\grid\\TabularInput::widget([\n\t'title'=\u003e'Title',\n\t'idField'=\u003e'id',\n\t'parentIdField'=\u003e'parent_id',\n\t'controls'=\u003e[\n\t\tnew InputControl(['type'=\u003e'textInput', 'name'=\u003e'field_name1', 'title'=\u003e'Input 1']),\n\t\tnew InputControl(['type'=\u003e'dateInput', 'name'=\u003e'field_name2', 'title'=\u003e'Date 1']),\n\t\tnew InputControl(['type'=\u003e'dropDownList', 'name'=\u003e'field_name3', 'title'=\u003e'Options 1', 'data'=\u003e[\n\t\t\t'', 6=\u003e'Val 1', 12=\u003e'Val 2',\n\t\t]]),\n\t],\n\t'data'=\u003e[\n\t\t['id'=\u003e1, 'parent_id'=\u003e0, 'field_name1'=\u003enull, 'field_name2'=\u003enull, 'field_name3'=\u003enull],\n\t\t...\n\t]\n]); ?\u003e\n```\n\nDatePicker\n----\n\nGet it here\n\n````\n\"eternicode/bootstrap-datepicker\": \"\u003e=v1.7.0\"\n````","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumanintiative%2Fyii2-tabularform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhumanintiative%2Fyii2-tabularform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhumanintiative%2Fyii2-tabularform/lists"}