Results 9 issues of Saba Schuttloffel

While working on a client app that uses store validation, it appeared that if records were already uncommitted (calling `gridModel.store.addRecords()` right after calling `gridModel.loadData()`), then they were not getting validated....

bug
data

Several issues with the default behavior of errorMessage: 1) The component offers the actionFn and detailsFn props that, when provided, will render styled Retry and Details buttons. It would be...

ready

Setting GridModel.cellBorders to true is only applying left and right borders. This is presumably related to the recent cell border styling changes in hoist react 59.2.0. The .ag-cell class was...

The grid filter custom tab's inputs are breaking when they receive an array of values and enableValues is false. The custom tab currently reads a compound filter but should be...

bug

Resolves #3338 Hoist P/R Checklist ------------------- **Pull request authors:** Review and check off the below. Items that do not apply can also be checked off to indicate they have been...

The current default behavior when filtering a field with fieldType of date is that the time is set to the beginning of the day. So if the user filters by...

When selecting an option that is wider than the input, and then clicking on the input again, a highlighted bar appears. It's the full length of the value, exceeding the...

The three copy items in Grid Model's default context menu sometimes do not work on iPad when there are custom menu items preceding them. The client reported it appeared you...

grid

Passing an object marked as @observable.ref as a component prop and then accessing it in the top-level component via a getter on the model causes the component's render method to...