Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bezborodow/alike

Highlight alike cells in a table.
https://github.com/bezborodow/alike

Last synced: 18 days ago
JSON representation

Highlight alike cells in a table.

Awesome Lists containing this project

README

        

# Highlight Alike Cells in a Table

[Example.](https://bezborodow.github.io/alike/examples/)

Installation:

```console
npm install table-cells-alike
```

## Usage

Import:

```javascript
/**
* Highlight alike table cells.
*/
import TableCellsAlike from 'table-cells-alike';
const alike = new TableCellsAlike();
alike.attach(document);
```

Define highlight style:

```css
.alike {
background-color: aliceblue;
}
```

Define which columns should be highlighed:

```html


Project Code
Project Name
Account
Assignee


```