From 7687eb5ca8982ecf5ef34304bb88279579045c98 Mon Sep 17 00:00:00 2001 From: omanyadic Date: Tue, 13 Aug 2024 11:52:38 +0300 Subject: [PATCH] SEO-174654-Multiple-h1-Issue-fixes --- js/Gantt/How-to/Change-Splitter-position.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/Gantt/How-to/Change-Splitter-position.md b/js/Gantt/How-to/Change-Splitter-position.md index 248deb886..3743a5ed6 100644 --- a/js/Gantt/How-to/Change-Splitter-position.md +++ b/js/Gantt/How-to/Change-Splitter-position.md @@ -56,7 +56,7 @@ Gantt splitter positioned on third indexed column. N> We can define the splitter position value by using [`splitterPosition`](/api/js/ejgantt#members:splitterposition) property also, but this property was deprecated with [`splitterSettings.position`](/api/js/ejgantt#members:splittersettings-position "splitterSettings.position") property. -# Change splitter position dynamically +## Change splitter position dynamically In Gantt, we can change the splitter position dynamically by using [`setSplitterPosition`](/api/js/ejgantt#methods:setsplitterposition) and [`setSplitterIndex`](/api/js/ejgantt#methods:setsplitterindex) methods. The following code example shows how to use this methods.