From 06af3f831fac2014c6c4e417624d1810be47e644 Mon Sep 17 00:00:00 2001 From: Eric Regnier Date: Thu, 13 Feb 2025 08:41:48 -0800 Subject: [PATCH 1/4] Update modern-control-table.md Added some important limitations to the limitation section --- .../controls/modern-controls/modern-control-table.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/powerapps-docs/maker/canvas-apps/controls/modern-controls/modern-control-table.md b/powerapps-docs/maker/canvas-apps/controls/modern-controls/modern-control-table.md index a330cd80a3..b4b8aa128d 100644 --- a/powerapps-docs/maker/canvas-apps/controls/modern-controls/modern-control-table.md +++ b/powerapps-docs/maker/canvas-apps/controls/modern-controls/modern-control-table.md @@ -44,6 +44,9 @@ Currently, the listed capabilities aren't supported. However, since the **Table* * Linking the Table to other data connectors. * Customize the style of the **Table** other than color palette or modify individual columns. +* **Select All** checkbox in the header when **Enable multi-select** is turned on. +* Column filtering. Button is currently disabled. +* Delegation. The maximum number of rows returned is the [Data row limit](../../delegation-overview#changing-the-limit). ## General From a31d3c20c083b5dd177661288a86495f585ff9f8 Mon Sep 17 00:00:00 2001 From: Eric Regnier Date: Thu, 13 Feb 2025 08:48:56 -0800 Subject: [PATCH 2/4] Update modern-control-table.md trying to fix the link --- .../controls/modern-controls/modern-control-table.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerapps-docs/maker/canvas-apps/controls/modern-controls/modern-control-table.md b/powerapps-docs/maker/canvas-apps/controls/modern-controls/modern-control-table.md index b4b8aa128d..e389f10c88 100644 --- a/powerapps-docs/maker/canvas-apps/controls/modern-controls/modern-control-table.md +++ b/powerapps-docs/maker/canvas-apps/controls/modern-controls/modern-control-table.md @@ -46,7 +46,7 @@ Currently, the listed capabilities aren't supported. However, since the **Table* * Customize the style of the **Table** other than color palette or modify individual columns. * **Select All** checkbox in the header when **Enable multi-select** is turned on. * Column filtering. Button is currently disabled. -* Delegation. The maximum number of rows returned is the [Data row limit](../../delegation-overview#changing-the-limit). +* Delegation. The maximum number of rows returned is the [Data row limit](../delegation-overview#changing-the-limit). ## General From ea9d054236de845397394c897025236b0d9e41c3 Mon Sep 17 00:00:00 2001 From: Eric Regnier Date: Thu, 13 Feb 2025 09:00:08 -0800 Subject: [PATCH 3/4] Update modern-control-table.md attempt #2 to fix the links --- .../controls/modern-controls/modern-control-table.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerapps-docs/maker/canvas-apps/controls/modern-controls/modern-control-table.md b/powerapps-docs/maker/canvas-apps/controls/modern-controls/modern-control-table.md index e389f10c88..b4b8aa128d 100644 --- a/powerapps-docs/maker/canvas-apps/controls/modern-controls/modern-control-table.md +++ b/powerapps-docs/maker/canvas-apps/controls/modern-controls/modern-control-table.md @@ -46,7 +46,7 @@ Currently, the listed capabilities aren't supported. However, since the **Table* * Customize the style of the **Table** other than color palette or modify individual columns. * **Select All** checkbox in the header when **Enable multi-select** is turned on. * Column filtering. Button is currently disabled. -* Delegation. The maximum number of rows returned is the [Data row limit](../delegation-overview#changing-the-limit). +* Delegation. The maximum number of rows returned is the [Data row limit](../../delegation-overview#changing-the-limit). ## General From 8e77ae020491bf7f9c8cbea72df77e3568aad995 Mon Sep 17 00:00:00 2001 From: Eric Regnier Date: Fri, 14 Feb 2025 12:00:17 -0800 Subject: [PATCH 4/4] Update modern-control-table.md Attempt to fix link --- .../controls/modern-controls/modern-control-table.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerapps-docs/maker/canvas-apps/controls/modern-controls/modern-control-table.md b/powerapps-docs/maker/canvas-apps/controls/modern-controls/modern-control-table.md index b4b8aa128d..a4a9a3a384 100644 --- a/powerapps-docs/maker/canvas-apps/controls/modern-controls/modern-control-table.md +++ b/powerapps-docs/maker/canvas-apps/controls/modern-controls/modern-control-table.md @@ -46,7 +46,7 @@ Currently, the listed capabilities aren't supported. However, since the **Table* * Customize the style of the **Table** other than color palette or modify individual columns. * **Select All** checkbox in the header when **Enable multi-select** is turned on. * Column filtering. Button is currently disabled. -* Delegation. The maximum number of rows returned is the [Data row limit](../../delegation-overview#changing-the-limit). +* Delegation. The maximum number of rows returned is the [Data row limit](../../delegation-overview.md#changing-the-limit). ## General