You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
1
# tableMinMax
2
2
3
-
## Deutsch
3
+
## Overview
4
+
5
+
The `tableMinMax` function allows you to highlight cells with minimum and maximum values in a table. You can configure the appearance and behavior of the highlighting through various parameters.
6
+
7
+
___
4
8
5
9
Die Funktion `tableMinMax` ermöglicht das Markieren von Zellen mit den minimalen und maximalen Werten in einer Tabelle. Sie können die Darstellung und das Verhalten der Markierung über verschiedene Parameter konfigurieren.
6
10
@@ -162,10 +166,6 @@ tableMinMax({
162
166
```
163
167
___
164
168
165
-
## tableMinMax Guide
166
-
167
-
The `tableMinMax` function allows you to highlight cells with minimum and maximum values in a table. You can configure the appearance and behavior of the highlighting through various parameters.
168
-
169
169
### Parameters
170
170
171
171
-**`table`**: CSS selector for the target table. Default is `'table'`.
0 commit comments