Add DataTables Column Highlighter example and documentation#496
Merged
PrzemyslawKlys merged 5 commits intomasterfrom Sep 4, 2025
Merged
Add DataTables Column Highlighter example and documentation#496PrzemyslawKlys merged 5 commits intomasterfrom
PrzemyslawKlys merged 5 commits intomasterfrom
Conversation
Member
PrzemyslawKlys
commented
Jun 3, 2025
- Introduced a new JavaScript library for highlighting specific columns in DataTables responsive child rows based on configurable conditions.
- Added example usage and configuration options in README-ColumnHighlighter.md.
- Created Example-SearchBuilder.ps1 to demonstrate integration with PowerShell and HTML generation.
- Implemented core functionality in datatables-column-highlighter.js for initializing and applying highlighting rules.
- Introduced a new JavaScript library for highlighting specific columns in DataTables responsive child rows based on configurable conditions. - Added example usage and configuration options in README-ColumnHighlighter.md. - Created Example-SearchBuilder.ps1 to demonstrate integration with PowerShell and HTML generation. - Implemented core functionality in datatables-column-highlighter.js for initializing and applying highlighting rules.
* Enhanced the `callback` function in `tabbisAdditional.js` to ensure `findObjectsToRedraw` is called after the tab pane becomes visible. * Updated `resizeTable` function in `redrawObjects.js` to include checks for hidden tables and added logging for skipped tables. * Streamlined the `show` and `hide` functions in `HideSection.js` to manage class additions/removals based on flex direction.
- Introduced a new demo script `Example-Carousel03.ps1`. - Demonstrates the use of carousels, charts, and tables within HTML tabs. - Ensures charts/tables render correctly in both active and non-active tabs.
…hter - 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.