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

https://github.com/rodrigobdz/table-walker

[WIP] Keyboard navigation for HTML tables
https://github.com/rodrigobdz/table-walker

arrow-keys dom-walking excel-like keynav spreadsheet tab-navigation table-cell table-row traverse-html

Last synced: 11 months ago
JSON representation

[WIP] Keyboard navigation for HTML tables

Awesome Lists containing this project

README

          

# table-walker [![Build Status](https://travis-ci.com/rodrigobdz/table-walker.svg?branch=master)](https://travis-ci.com/rodrigobdz/table-walker) [![codecov](https://codecov.io/gh/rodrigobdz/table-walker/badge.svg?branch=master)](https://codecov.io/gh/rodrigobdz/table-walker?branch=master)

> Keyboard navigation for HTML tables

## Install

```sh
$ npm install table-walker
```

## Usage

```js
const tableWalker = require('table-walker');

tableWalker('unicorns');
//=> 'unicorns & rainbows'
```

## API

### tableWalker(input, [options])

#### input

Type: `string`

Lorem ipsum.

#### options

Type: `Object`

##### foo

Type: `boolean`

Default: `false`

Lorem ipsum.

## Credits

* [generator-lnm](https://github.com/rodrigobdz/generator-lnm) - Awesome node module generator

## License

[MIT](license) © [Rodrigo Bermudez Schettino](https://rodrigobdz.github.io)