FAQ
index
Frequently asked questions
Description
When working with the grid, you might want to Add / Update or Hightlight an item row from the Datagrid.
Note: This is strictly a client side event, you still have to implement any backend change yourself.
Demo
Frequently asked questions
Merging grid options with applied defaults
When you pass gridOptions to the angular-slickgrid
component, keep in mind that they get overloaded with the Default Grid Options. In contrast to what might be expected, this change won't overwrite your provided object.
In cases, where depending on your data you might want to update the options (e.g. make columns readonly based on permissions) make sure to update your reference in the onAngularGridCreated event handler as shown below:
View
Component
Last updated