Programatically add rows and columns

I got i pivot table and i would like it to display a dynamic number of columns.

My data is inside a Dictionary<string, double[]>, the keys are the columns and elements at index i of every row are the columns values, so the first row values would be dict["key1], dict["key2"] etc..

The number of keys in the dictionary vary so i would like to generate my columns based on the dictionary keys.

Is there a way to implement this programatically?


1 Reply

RG Rajeshkannah G Syncfusion Team October 31, 2022 10:06 AM UTC

Hi Jose,


We regret to let you know that, based on the current architecture, the requirement is not feasible in our pivot table component.


Please let us know if you have any concerns.


Regards,

Rajeshkannah Gopalakrishnan


Loader.
Up arrow icon