An open API service indexing awesome lists of open source software.

https://github.com/diversen/get-html-rows-cells

Simple nodejs function for generating divs with cells as HTML with data-cell-id and data-row-id set.
https://github.com/diversen/get-html-rows-cells

Last synced: over 1 year ago
JSON representation

Simple nodejs function for generating divs with cells as HTML with data-cell-id and data-row-id set.

Awesome Lists containing this project

README

          

# get-html-rows-cells

Simple nodejs function for generating divs with cells as HTML with data-cell-id and data-row-id set.

## Install

npm install --save get-html-rows-cells

# Code

See [index.js](index.js)

# Usage

var getRowsCells = require('get-html-rows-cells');
console.log(getRowsCells(1, 2); // One row and two cells
// =>



See [test.js](test.js)

Usage example:

MIT © [Dennis Iversen](https://github.com/diversen)