Skip to main content
hirushiharant0001
December 12, 2022
Solved

Editable grid column width is not working.

  • December 12, 2022
  • 4 replies
  • 0 views

Hi All,

I am trying to create an editable grid interface. But the column width for "ICON" is not working. Below I attached the screenshot of the code and the UI. Anyone having solution for this?

Best answer by stefanhelzle0001

It is working when you enable the first column. Then the item count in headerCells and columnConfig matches.

4 replies

stefanhelzle0001
Brainy
December 12, 2022

It is working when you enable the first column. Then the item count in headerCells and columnConfig matches.

hirushiharant0001
December 12, 2022

Hi Stefan, Thank you for the reply.

Count in headerCells and columnConfig are same. And what is the meaning for that "Enable the first column"?

stefanhelzle0001
Brainy
December 12, 2022

You showWhen is false. This removes the column from the list and makes the first list having 8 items vs. 9 in the other.