File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ The Grid takes into account the `MinResizableWidth` and `MaxResizableWidth` for
4141
4242The component also exposes methods to programmatically resize columns to fit their contents:
4343
44- * ` AutoFitColumnAsync(string id) ` —Autofits the column with the specified [ ` Id ` attribute] ( slug:components/treelist /columns/bound#identification ) .
44+ * ` AutoFitColumnAsync(string id) ` —Autofits the column with the specified [ ` Id ` attribute] ( slug:components/grid /columns/bound#identification ) .
4545* ` AutoFitColumnsAsync(IEnumerable<string> ids) ` —Autofits multiple columns at once.
4646* ` AutoFitAllColumnsAsync() ` —Autofits all applicable columns. For example, this method does not affect the hierarchy expand/collapse columns.
4747
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ The TreeList takes into account the `MinResizableWidth` and `MaxResizableWidth`
4141
4242The component also exposes methods to programmatically resize columns to fit their contents:
4343
44- * ` AutoFitColumnAsync(string id) ` —Autofits the column with the specified [ ` Id ` attribute] ( slug:components/grid/ columns/ bound#identification ) .
44+ * ` AutoFitColumnAsync(string id) ` —Autofits the column with the specified [ ` Id ` attribute] ( slug:treelist- columns- bound#identification ) .
4545* ` AutoFitColumnsAsync(IEnumerable<string> ids) ` —Autofits multiple columns at once.
4646* ` AutoFitAllColumnsAsync() ` —Autofits all applicable columns. For example, this method does not affect the hierarchy expand/collapse columns.
4747
You can’t perform that action at this time.
0 commit comments