You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ej2-asp-core-mvc/document-editor/table.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ You can create and insert a table at cursor position by specifying the required
21
21
documenteditor.editor.insertTable(3,3);
22
22
```
23
23
24
-
## Set the maximum number of Rows
24
+
## Set the maximum number of Rows when inserting a table
25
25
26
26
{% if page.publishingplatform == "aspnet-core" %}
27
27
@@ -70,9 +70,9 @@ When the maximum row limit is reached, an alert will appear, as follow
70
70
71
71

72
72
73
-
>Note: The maximum value is 32767, as per Microsoft Word application and you can set any value less than 32767 to this property. If you set any value greater than 32767, then Syncfusion Document editor will automatically reset as 32767.
73
+
>Note: The maximum value of Row is 32767, as per Microsoft Word application and you can set any value less than 32767 to this property.
74
74
75
-
## Set the maximum number of Columns
75
+
## Set the maximum number of Columns when inserting a table
76
76
77
77
{% if page.publishingplatform == "aspnet-core" %}
78
78
@@ -97,7 +97,7 @@ Refer to the following sample code.
>Note: The maximum value is 63, as per Microsoft Word application and you can set any value less than 63 to this property. If you set any value greater than 63, then Syncfusion Document editor will automatically reset as 63.
126
+
>Note: The maximum value of Column is 63, as per Microsoft Word application and you can set any value less than 63 to this property.
127
127
128
128
## Insert rows
129
129
@@ -268,4 +268,4 @@ The following sample demonstrates how to delete the table row or columns, merge
0 commit comments