cat-qw-lib 1.0.57 → 1.0.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -141,6 +141,7 @@ export declare class TableSecondaryComponent implements OnInit, OnChanges, OnDes
|
|
|
141
141
|
* Utility: Check if value is array (for template use)
|
|
142
142
|
*/
|
|
143
143
|
isArray(val: any): boolean;
|
|
144
|
+
shouldShowValue(col: any, rowData: any): boolean;
|
|
144
145
|
/**
|
|
145
146
|
* Evaluates ngClass expression for dynamic styling
|
|
146
147
|
* @param {string} expression - The ngClass expression to evaluate
|