0

I have a grid with a store. When I reload the store I want to add a class to rows which have a certain flag set in the store data I have reloaded.

How can one accomplish this?

Thanks.

Hard worker
  • 3,916
  • 5
  • 44
  • 73

1 Answers1

2

You can use Ext.grid.View.getRowClass method.

Basic usage is described here. And more advanced example is here.

Community
  • 1
  • 1
Molecular Man
  • 22,277
  • 3
  • 72
  • 89