@solcre-org/core-ui 2.18.1 → 2.18.2
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.
package/index.d.ts
CHANGED
|
@@ -2037,6 +2037,7 @@ interface TableActionConfig<T = any> {
|
|
|
2037
2037
|
shouldShow?: (row: T) => boolean;
|
|
2038
2038
|
shouldDisable?: (row: T) => boolean;
|
|
2039
2039
|
mobileConfig?: MobileActionConfig;
|
|
2040
|
+
callback?: (row: T) => void;
|
|
2040
2041
|
}
|
|
2041
2042
|
|
|
2042
2043
|
declare class DropdownComponent<T> implements OnDestroy {
|