Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TBD: add mini-language for formatting expression (col access etc. to e.g. enable heatmaps to min/max for certain grouping levels only) #42

Open
YairMarcowMavenomics opened this issue Nov 5, 2019 · 0 comments
Labels
enhancement New feature or request SlickGrid Anything to do with SlickGrid, the SlickGridPart, or TableEditorPart TBD Issue that isn't yet fleshed out enough to work on, but should still be percolating

Comments

@YairMarcowMavenomics
Copy link
Contributor

Currently there is no reasonable/sane way to actually express formatting conditions etc. as users would need to reference the grid (not the query result's) internal naming etc.

Instead we should at least support basic expressions on named columns of the same row, possibly as a strict subset of JS or of MQL, e.g.

MyCol1 / MyCol2

TBDs:

  • Syntax: JS or MQL, how to reference columns, etc...
  • Support for any functions for the row (or table?)
  • Magic values such as [val] (the val of the cell being formatted)...
  • ... or [maxVal] (the maximum of val for the entire column)
@quigleyj-mavenomics quigleyj-mavenomics added enhancement New feature or request SlickGrid Anything to do with SlickGrid, the SlickGridPart, or TableEditorPart TBD Issue that isn't yet fleshed out enough to work on, but should still be percolating labels Nov 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request SlickGrid Anything to do with SlickGrid, the SlickGridPart, or TableEditorPart TBD Issue that isn't yet fleshed out enough to work on, but should still be percolating
Projects
None yet
Development

No branches or pull requests

2 participants