{"id":22974154,"url":"https://github.com/diversen/get-html-rows-cells","last_synced_at":"2025-04-02T07:25:06.937Z","repository":{"id":57250215,"uuid":"97339566","full_name":"diversen/get-html-rows-cells","owner":"diversen","description":"Simple nodejs function for generating divs with cells as HTML with data-cell-id and data-row-id set.","archived":false,"fork":false,"pushed_at":"2017-08-27T10:09:10.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-07T22:28:27.530Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/diversen.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-07-15T20:07:28.000Z","updated_at":"2017-07-15T20:16:58.000Z","dependencies_parsed_at":"2022-08-24T16:51:17.285Z","dependency_job_id":null,"html_url":"https://github.com/diversen/get-html-rows-cells","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diversen%2Fget-html-rows-cells","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diversen%2Fget-html-rows-cells/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diversen%2Fget-html-rows-cells/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diversen%2Fget-html-rows-cells/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/diversen","download_url":"https://codeload.github.com/diversen/get-html-rows-cells/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246771744,"owners_count":20831094,"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-12-15T00:00:24.417Z","updated_at":"2025-04-02T07:25:06.921Z","avatar_url":"https://github.com/diversen.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# get-html-rows-cells\n\nSimple nodejs function for generating divs with cells as HTML with data-cell-id and data-row-id set. \n\n## Install\n\nnpm install --save get-html-rows-cells\n\n# Code\n\nSee [index.js](index.js)\n\n# Usage\n\n    var getRowsCells = require('get-html-rows-cells');\n    console.log(getRowsCells(1, 2); // One row and two cells\n    // =\u003e \u003cdiv class=\"row\" data-id=\"0\"\u003e\u003cspan class=\"cell\" data-row-id=\"0\" data-cell-id=\"0\"\u003e\u003c/span\u003e\u003cspan class=\"cell\" data-row-id=\"0\" data-cell-id=\"1\"\u003e\u003c/span\u003e\u003c/div\u003e\n\nSee [test.js](test.js)\n\nUsage example: \n\nMIT © [Dennis Iversen](https://github.com/diversen)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiversen%2Fget-html-rows-cells","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiversen%2Fget-html-rows-cells","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiversen%2Fget-html-rows-cells/lists"}