Author Topic: Strange table display after changing padding  (Read 2300 times)

lsl

  • Pro Deluxe
  • Jr. Member
  • *
  • Posts: 67
    • View Profile
Strange table display after changing padding
« on: September 02, 2016, 08:48:00 am »
Hello,

The grid looks strange after I changed the padding of cells to 0. By reducing the padding, I want the grid to show more rows within a certain height. But the table is still showing the original number of rows instead of showing more rows after row height decrease. Thus an empty space appears, which is not what I expected. Can you tell me how to solve it?

I have attached an image to show the problem.

Thank you

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Strange table display after changing padding
« Reply #1 on: September 04, 2016, 01:11:05 pm »
There is an undocumented property rowHeight the value of which can be adjusted to remove empty space under the rows.

rowHeight: 20
« Last Edit: September 05, 2016, 09:09:16 am by paramquery »