Skip to content

Commit c2d0212

Browse files
378279: Updated Review Changes
1 parent 4985502 commit c2d0212

File tree

1 file changed

+6
-6
lines changed
  • ej2-asp-core-mvc/document-editor

1 file changed

+6
-6
lines changed

ej2-asp-core-mvc/document-editor/table.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You can create and insert a table at cursor position by specifying the required
2121
documenteditor.editor.insertTable(3,3);
2222
```
2323

24-
## Set the maximum number of Rows
24+
## Set the maximum number of Rows when inserting a table
2525

2626
{% if page.publishingplatform == "aspnet-core" %}
2727

@@ -70,9 +70,9 @@ When the maximum row limit is reached, an alert will appear, as follow
7070

7171
![Row Limit Alert](images/Row_Limit_Alert.PNG)
7272

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.
7474
75-
## Set the maximum number of Columns
75+
## Set the maximum number of Columns when inserting a table
7676

7777
{% if page.publishingplatform == "aspnet-core" %}
7878

@@ -97,7 +97,7 @@ Refer to the following sample code.
9797

9898
{% elsif page.publishingplatform == "aspnet-mvc" %}
9999

100-
You can use the `maximumColumns` property to set the maximum number of rows allowed while inserting a table in the Document Editor component.
100+
You can use the `maximumColumns` property to set the maximum number of columns allowed while inserting a table in the Document Editor component.
101101

102102
Refer to the following sample code.
103103

@@ -123,7 +123,7 @@ When the maximum column limit is reached, an alert will appear, as follow
123123

124124
![Column Limit Alert](images/Column_Limit_Alert.PNG)
125125

126-
>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.
127127
128128
## Insert rows
129129

@@ -268,4 +268,4 @@ The following sample demonstrates how to delete the table row or columns, merge
268268
## See Also
269269

270270
* [Feature modules](../document-editor/feature-module/)
271-
* [Insert table dialog](../document-editor/dialog/#table-dialog)
271+
* [Insert table dialog](../document-editor/dialog/#table-dialog)

0 commit comments

Comments
 (0)