File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -188,10 +188,10 @@ angular.module('ui.grid')
188
188
* @name flatEntityAccess
189
189
* @propertyOf ui.grid.class:GridOptions
190
190
* @description Set to true if your columns are all related directly to fields in a flat object structure - i.e.
191
- * each of your columns associate directly with a propery one each of the entities in your data array.
191
+ * each of your columns associate directly with a property on each of the entities in your data array.
192
192
*
193
193
* In that situation we can avoid all the logic associated with complex binding to functions or to properties of sub-objects,
194
- * which can provide a significant speed improvement with large data sets, with filtering and with sorting.
194
+ * which can provide a significant speed improvement with large data sets when filtering or sorting.
195
195
*
196
196
* By default false
197
197
*/
You can’t perform that action at this time.
0 commit comments