Formats data into a string table.
Generate a markdown (GFM) table
mdast extension to parse and serialize GFM tables
Pretty unicode tables for the command line. Based on the original cli-table.
npm package for Kate Compton's tracery
A simple react router without flux and redux.
This package is used to pre-build some configs (e.g. asset) in Wombat dapp.
PNG encoder/decoder in pure JS, supporting any bit size & interlace, async & sync with full test suite.
borderless text tables with alignment
Fast, unopinionated, minimalist web framework
micromark extension to support GFM tables
Stylable text tables, handling ansi colour. Useful for console output.
Promise based HTTP client for the browser and node.js
Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.
Generates and consumes source maps
Printing pretty tables on console log
Pretty unicode tables for the CLI
table ui component for react
ProseMirror's rowspan/colspan tables component
Capybara finders re-implemented as custom Cypress commands
This package provides the Table feature for Lexical.
A blazing fast deep object copier
Strict TypeScript and Flow types for style based on MDN data
Simple key-value storage with support for multiple backends
Selectors for working with tables for Capybara
Parse and sort HTML table using Capybara, in a simple to use table object
Complements Capybara with additional finders and matchers.
Capybara's built-in table matchers leave a lot to be desired. `match_table` is a matcher that allows you to match tables in your system specs with a lot more flexibility and much improved failure messages.
Additional finders for capybara that for some reason cannot use only xpath for finding nodes but needs to execute js for some calculations. \ Ex: I you want to find a table cell that is under or next to other cell the easiest way to do it is to check their position on page and compare them. This way you do not need to wory about calculating the effects of using colspan and rowspan attributes. The downside is that you need to use capybara driver that runs a browser like selenium.