Forum Discussion
Anonymous
3 years agoNot applicable
Help - Building a 'Table' with Deneb that Mimics Power BI's Sort Function"
Hi Folks, Ever since I discovered Deneb a few months ago, I've been over the moon with how it broadens Power BI's capacity and amplifies its visual prowess so impressively. It's truly a game-c...
avatorl
3 years agoImpactful Individual
See: https://vega.github.io/vega/docs/event-streams/
And write something like this:
{
"name": "sortField",
"init": 0,
"on": [
{
"events": "@column1Title:click",
"update": 1,
"force": true
},
{
"events": "@column2Title:click",
"update": 2,
"force": true
}
]
},