From 31b736ad62ad3228d210226510ee5442a99f779a Mon Sep 17 00:00:00 2001 From: Soichi Takamura Date: Thu, 4 Jan 2024 10:37:47 +0900 Subject: [PATCH] respectColumnLevels --- README.md | 38 ++++++++-------------------- package.json | 4 +++ scripts/index.pug | 4 +-- src/merge-cells.test.ts | 26 ++++++++++++++++--- src/merge-cells.ts | 55 ++++++++++++++++++++++++++++++----------- 5 files changed, 79 insertions(+), 48 deletions(-) diff --git a/README.md b/README.md index 897a957..d2df51d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # merge-cells [![Node.js CI](https://github.com/piglovesyou/merge-cells/actions/workflows/node.js.yml/badge.svg)](https://github.com/piglovesyou/merge-cells/actions/workflows/node.js.yml) -Provide JavaScript/TypeScript functions to help you merge cells of an HTML `GROUP BY`-like table. +Provide JavaScript/TypeScript functions to help you merge cells with vertically the same values. 👉 Example: https://piglovesyou.github.io/merge-cells/ @@ -10,7 +10,7 @@ Example usage in a browser: ```html