From 11c0ec61936a739243af150a09ffcafd27f98eca Mon Sep 17 00:00:00 2001 From: abdulbasithqb Date: Thu, 14 Mar 2024 16:28:57 +0530 Subject: [PATCH] fix: typo error in the DataTable documentation --- components/doc/datatable/scroll/frozencolumnsdoc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/doc/datatable/scroll/frozencolumnsdoc.js b/components/doc/datatable/scroll/frozencolumnsdoc.js index 99482b6a25..83edd47f84 100644 --- a/components/doc/datatable/scroll/frozencolumnsdoc.js +++ b/components/doc/datatable/scroll/frozencolumnsdoc.js @@ -164,7 +164,7 @@ export default function FrozenColumnsDemo() { <>

- A column can be fixed during horizontal scrolling by enablng the frozen property. The location is defined with the alignFrozen that can be left or right. + A column can be fixed during horizontal scrolling by enabling the frozen property. The location is defined with the alignFrozen that can be left or right.