Skip to content
Discussion options

You must be logged in to vote

I do not understand what is being asked for by "customize cells on an individual basis" or "target individual cells based on their content". You can choose to update all, some or none of the visible cells at your discretion based on a wide-range of metadata provided by getMeta() per cell, you just iterate through visible cells on each style listener callback and only modify the ones you're interested in, a la any of the style examples @timkpaine linked above. Even @finos/perspective-viewer-datagrid itself uses this API from the underlying regular-table datagrid library to do its own styling.

Perspective does not generate deltas unless you explicitly request them, which means the datagrid …

Replies: 6 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@jonw09
Comment options

Answer selected by jonw09
Comment options

You must be logged in to vote
1 reply
@texodus
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Questions about use, potential features, or improvements
5 participants
Converted from issue

This discussion was converted from issue #1508 on August 08, 2021 20:27.