From c56953dc962f99d7986df202e6d6a6ba6c6a4634 Mon Sep 17 00:00:00 2001 From: LeeWannacott Date: Mon, 22 May 2023 17:54:24 +1200 Subject: [PATCH] Update readme with cells-sort class. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index af22854..fdb70b9 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ Then rename and add the following script before your HTML table: | "no-class-infer" | Turns off inference for adding sort classes automatically i.e (file-size-sort, runtime-sort, dates-dmy-sort). | | "table-arrows" | Display ascending or descending triangles. | | "remember-sort" | If clicking on different columns remembers sort of the original column. | +| "cells-sort" | sort cells (td) rather than table rows (tr); useful for keeping table rows with classes/attributes in place. |