Skip to content

Commit e063043

Browse files
committed
table: update doc
1 parent ed62d35 commit e063043

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

table/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,11 @@ If you want very specific examples, look at the [EXAMPLES.md](EXAMPLES.md) file.
8585
- **Filtering**
8686
- Filter by one or more Columns (`FilterBy`)
8787
- Multiple filters with AND logic (all must match)
88-
- Various filter operators: Equal, NotEqual, GreaterThan, LessThan, Contains, StartsWith, EndsWith, RegexMatch
88+
- Various filter operators:
89+
- Equality: Equal, NotEqual
90+
- Numeric: GreaterThan, GreaterThanOrEqual, LessThan, LessThanOrEqual
91+
- String: Contains, NotContains, StartsWith, EndsWith
92+
- Regex: RegexMatch, RegexNotMatch
8993
- Case-insensitive filtering option (`IgnoreCase`)
9094
- Custom filter functions (`CustomFilter`) for advanced filtering logic
9195
- Filters are applied before sorting

0 commit comments

Comments
 (0)