Hi,
how can I set pivot grid row height? I'm trying css side but it doesn't work.
Ok, thank you.
Hello Giovanni,
Table-cell/row elements cannot become smaller than their content.
If you want to make it smaller you would have to also size the content accordingly ( cells, icons etc.).
I’ve attached a sample for your reference: 4718.pivot_sample_css.zip. Let me know if you have any questions.
Regards,
Maya Kirova
I need to reduce the height. If I try to increase the height it works, but if I try to reduce it doesn't works. I tryed to apply css to td or span too but it doesn't works.
I'm glad that you found my answer helpful.
Let me know if you happen to have any additional questions or concerns.
Thank you for posting in our forum.
You can set the height via css by targeting the row elements and setting the height option, for example:
.ui-igpivotgrid > tbody > tr {
height:150px;
}
I have attached a sample for your reference: 0675.pivot_sample_css.zip
Let me know if you need any further assistance.