Dear Webix support,
My compliments for this very nice framework.
I’ve got this very simple json dataset:
[{user: “Bill”, ADSgroup: “Domain users”},{ user: “Bill”, ADSgroup: “Application B”},{user: “Judy”, ADSgroup: “Domain users”},{user: "Judy”, ADSgroup: “Application A”},{user: “John”, ADSgroup: “Domain users”},{user: “John”, ADSgroup: “Application B”},{user: “John”, ADSgroup: “Printer 45”}
And I’d like to pivot it with the users horizontal and groups vertical and put only a sign (an X will do) in the location where the two match. Like in this simple example (see picture below).
Could this be done with your Pivot widget? And if so how do I put the X only there where it should be.
Kind regards,
Frans