Copy link to clipboard
Copied
Gidday
I color code rows in a datagrid according to a status property in the dataprovider for each row.
I'd also like to have to the option of ticking a checkbox to show or hide rows of status 3.
Would this be possible with one dataprovider, or would I have to keep two dataproviders - one with the the status 3 and one without, and swap the dataproviders depending on the checkbox state?
Thanks guys
it's possible but would probably require a custom cellrenderer.
it would be easier to use filtered dataproviders to show/hide certain rows.
Copy link to clipboard
Copied
it's possible but would probably require a custom cellrenderer.
it would be easier to use filtered dataproviders to show/hide certain rows.
Copy link to clipboard
Copied
Wow - thanks kGlad. A filtered dataprovider made the job EASY!!
Copy link to clipboard
Copied
you're welcome.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now