Commit a6fcb34
committed
Update DataTables conditional formatting and introduce column highlighter
- Updated the configuration URL to version 0.0.31.
- Added new function `Convert-TableConditionsToHighlighterRules` to convert conditional formatting rules for use with the new column highlighter.
- Introduced `New-TablePluginCondition` to map PSWriteHTML conditions to the plugin condition schema.
- Enhanced `New-HTMLTable` to support plugin-based conditional formatting, integrating column highlighter rules.
- Modified `New-TableCondition` and `New-TableConditionGroup` to include a new parameter for child row fill options.
- Added new JavaScript file `dataTables.columnHighlighter.js` for standalone column highlighting functionality.
- Removed deprecated `dataTables.conditions.js` file as its functionality is now integrated into the new column highlighter.1 parent 0eadf6f commit a6fcb34
12 files changed
Lines changed: 500 additions & 651 deletions
File tree
- Examples
- Example-Carousel
- Example-TableColumnHighlight
- Private
- Tables
- Public
- Resources/JS
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 12 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
16 | 25 | | |
17 | 26 | | |
18 | 27 | | |
| |||
Lines changed: 0 additions & 206 deletions
This file was deleted.
0 commit comments