From 7d8fc4301bedee4d0f990a1ef5d657f457598a2f Mon Sep 17 00:00:00 2001 From: Johannes Eder Date: Tue, 21 Sep 2021 15:01:06 +0200 Subject: [PATCH] chore(check-range): added readme.md for checkrange util --- frontend/src/utils/inputs/checkrange.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 frontend/src/utils/inputs/checkrange.md diff --git a/frontend/src/utils/inputs/checkrange.md b/frontend/src/utils/inputs/checkrange.md new file mode 100644 index 000000000..894a3bd4f --- /dev/null +++ b/frontend/src/utils/inputs/checkrange.md @@ -0,0 +1,5 @@ +# Checkrange Utility +Is set on the table header of a specific row. Remembers the last checked checkbox. When the users shift-clicks another checkbox in the same row, all checkboxes in between are also checked. + +# Attribute: table:not([uw-no-check-all] +(will be setup on all tables which use the util check-all) \ No newline at end of file