Need a special offer?Find out if your project fits.
+

Omit numbering

Answered
Valerio Precht asked on September 20, 2019

Good Morning.
How do I omit row and column numbering?
Thanks
Valerio

3 answers

Public
Vera Didenko Vera Didenko Flexmonster September 20, 2019

Hello, Valerio,
 
Thank you for your question.
 
The column and row numbering can be hidden by setting the showHeaders property to false in the options object

options: {
grid: {
showHeaders: false
}
}

 
We have prepared a JSFiddle example for illustration: https://jsfiddle.net/flexmonster/pr25c06e/.
 
Please let us know if you have any questions.
 
Best Regards,
Vera

Public
Valerio Precht September 20, 2019

Thank you Vera.
It worked.
I also forgot to ask how to hide the empty cells after the last column.

Public
Ian Sadovy Ian Sadovy Flexmonster October 1, 2019

Hello Valerio,
 
Please take a look at the similar thread: https://www.flexmonster.com/question/dynamically-limit-the-number-of-columns-in-the-report-grid/
 
I hope it helps.
 
Regards,
Ian

Please login or Register to Submit Answer