|
Query |
Response |
|
I tried the value sorting and member sorting configs as well as mentioned in documentation but its not working. Can you provide a sample with the ask? |
We would like to inform that the requirement can be achieved through the value sorting feature. By default, value sorting will be applied in column axis. But your requirement is to apply value sorting in rows axis. It can achieved by setting valueAxis property as row. Meanwhile, we have prepared a sample for your reference. Please check the below sample link.
|
|
This data is huge. I have specified width as 100% but some columns are not visible even with horizontal scroll bar.If i zoom out the viewport using Cntrl + - key, i see the additional columns. How to ensure scroll bar shows all columns. |
Please share the below details.
|
|
Can height be specified as auto? (dynamic based on data). The documentation is using a numeric value in the template( like 700). In my case i don't know how many rows would be coming in. |
We are validating your requirement – “To set auto for height property”. We will update the further details within two business days (6/26/2020). |
|
Query |
Response |
|
Can height be specified as auto? (dynamic based on data). The documentation is using a numeric value in the template( like 700). In my case i don't know how many rows would be coming in. |
Currently we don’t have such option which you have mentioned. But we suggest you to set the height value as percentage. So the component will be placed inside its parent container without any overflows. |