{"id":36976998,"url":"https://github.com/64robots/nova-row","last_synced_at":"2026-01-13T22:45:51.709Z","repository":{"id":56938507,"uuid":"148166887","full_name":"64robots/nova-row","owner":"64robots","description":"Row Field for Laravel Nova","archived":true,"fork":false,"pushed_at":"2018-10-29T08:02:59.000Z","size":199,"stargazers_count":17,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-11-12T10:28:22.090Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Vue","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/64robots.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":"2018-09-10T14:20:05.000Z","updated_at":"2025-10-27T17:10:05.000Z","dependencies_parsed_at":"2022-08-21T06:50:26.003Z","dependency_job_id":null,"html_url":"https://github.com/64robots/nova-row","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/64robots/nova-row","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64robots%2Fnova-row","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64robots%2Fnova-row/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64robots%2Fnova-row/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64robots%2Fnova-row/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/64robots","download_url":"https://codeload.github.com/64robots/nova-row/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64robots%2Fnova-row/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28403561,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2026-01-13T22:45:51.552Z","updated_at":"2026-01-13T22:45:51.695Z","avatar_url":"https://github.com/64robots.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Important\n\n# This field has been merged to [Custom Nova Fields](https://github.com/64robots/nova-fields) package. Keep track of it for updates!\n\n# Row Field for Laravel Nova\n\nThis field allows you to create horizontal rows passing a collection of [Custom Nova Fields](https://github.com/64robots/nova-fields).\n\n### Demo\n\n![Demo](http://g.recordit.co/88FYF4f7rP.gif)\n\n### Install\n\nRun this command in your nova project:\n`composer require 64robots/nova-fields`\n\n### Add it to your Nova Resource:\n\nCreate a new Row field passing an array of Nova Fields as a second param. Attribute name can be passed as third param.\n\nAs we are using [R64 Nova Fields](https://github.com/64robots/nova-fields). We can customize the classes and hide the field labels.\n\n```php\nuse R64\\NovaFields\\Row;\n\nRow::make('Lines', [\n      Number::make('Quantity')\n        -\u003efieldClasses('w-full px-8 py-6')\n        -\u003ehideLabelInForms(),\n      Text::make('Product')\n        -\u003efieldClasses('w-full px-8 py-6')\n        -\u003ehideLabelInForms(),\n      Number::make('Price')\n        -\u003efieldClasses('w-full px-8 py-6')\n        -\u003ehideLabelInForms(),\n    ])-\u003efieldClasses('w-full px-8 py-6')\n      -\u003elabelClasses('w-1/2 px-8 py-6'),\n```\n\nThis converts to an array of objects.\n\n```javascript\n[\n  { quantity: 1, product: 'This One', price: 20 },\n  { quantity: 2, product: 'That One', price: 21 }\n];\n```\n\n### Localization\n\nSet your translations in the corresponding xx.json file located in `/resources/lang/vendor/nova`\n\n```php\n...\n\n  \"Add Row\": \"Añadir Fila\",\n  \"Delete Row\": \"Eliminar Fila\",\n  \"Are you sure you want to delete this row?\": \"¿Estás seguro de querer eliminar esta fila?\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F64robots%2Fnova-row","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F64robots%2Fnova-row","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F64robots%2Fnova-row/lists"}