Hi Louis,
We would like to inform you that we have implemented a table layout in the Kanban Component by default. This means that the column width is set based on the width of the entire Kanban board, and the columns will adjust their width automatically based on the Kanban component's width.
If you wish to change the width of the Kanban columns, you can set the width of the entire Kanban board using the "width" property, which will adjust each column accordingly. You can use the following style to set the column width, which applies based on the Kanban width.
.e-kanban .e-kanban-table colgroup col{ width: 300px !important; } |
Regards,
Vinothkumar