Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/js/core/factories/GridOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,10 @@ angular.module('ui.grid')
* @name flatEntityAccess
* @propertyOf ui.grid.class:GridOptions
* @description Set to true if your columns are all related directly to fields in a flat object structure - i.e.
* each of your columns associate directly with a propery one each of the entities in your data array.
* each of your columns associate directly with a property on each of the entities in your data array.
*
* In that situation we can avoid all the logic associated with complex binding to functions or to properties of sub-objects,
* which can provide a significant speed improvement with large data sets, with filtering and with sorting.
* which can provide a significant speed improvement with large data sets when filtering or sorting.
*
* By default false
*/
Expand Down