cancel
Showing results for 
Search instead for 
Did you mean: 

grouping values in dynamic table

Former Member
0 Kudos

Hi,

I am bulding a table dynamicly and needs to group some columns cells according to their value.

i know that in a regular table i have an attribute called "grouping values" that do exactly that.

I find it also in code, method called "setGroupingValues" but i dont know what to send it.

It's expecting string type,.

I tried to send it the name of the attribute to group by, It did not work.

does sombody have any suggestions?

Thanks,

Noa

Accepted Solutions (1)

Accepted Solutions (1)

former_member341000
Participant
0 Kudos

Hi,

You can use method bindGroupingValue instead of setGroupingValue to bind the grouping value to an attribute. setGroupingValue will set the grouping value to a specific string (like entering the value directly in the properties editor instead of using the (...) button to bind it to an attribute).

Tal.

Former Member
0 Kudos

Thanks !!

Answers (0)