The cardAutoHeight property (boolean) enables automatic card height will be determined in the Kanban component.
When set to true
, the card height will be set automatically to fit all content.
When set to false
, the card height will be set to a fixed value (cardHeight).
true
Kanban config:
{
cardAutoHeight: false,
cardHeight: 100,
// ...
}