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
- Host: GitHub
- URL: https://github.com/rodrigobdz/table-walker
- Owner: rodrigobdz
- License: mit
- Created: 2019-04-24T05:11:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-30T07:09:00.000Z (almost 7 years ago)
- Last Synced: 2025-03-26T07:11:18.668Z (about 1 year ago)
- Topics: arrow-keys, dom-walking, excel-like, keynav, spreadsheet, tab-navigation, table-cell, table-row, traverse-html
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- Contributing: contributing.md
- License: license
- Code of conduct: code_of_conduct.md
Awesome Lists containing this project
README
# table-walker [](https://travis-ci.com/rodrigobdz/table-walker) [](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)