feat(Data Table Node): Add limit to get and change copy (no-changelog) (#19190)

This commit is contained in:
Daria
2025-09-05 09:46:38 +03:00
committed by GitHub
parent ee91aa00f1
commit 48efb4c865
7 changed files with 72 additions and 38 deletions

View File

@@ -1435,6 +1435,7 @@ export interface ResourceMapperTypeOptionsBase {
noFieldsError?: string;
multiKeyMatch?: boolean;
supportAutoMap?: boolean;
hideNoDataError?: boolean; // Hide "No data found" error when no fields are available
matchingFieldsLabels?: {
title?: string;
description?: string;