momentum-table
momentum-table copied to clipboard
customising the height of the table card
Hi,
The cusomizable styles of the table via :host are:
```
:host {
--table-height: 200px;
--column-padding: 0 28px;
--first-column-padding: 0 0 0 24px;
--last-column-padding: 0 24px 0 0;
--row-height: 47px;
--table-header-height: 40px;
--table-footer-height: 51px;
--card-footer-height: 64px;
--card-footer-height: 56px;
}
I noticed that the --card-footer-height is repeated twice. Should one of these exposed the card height? As is currently, I still cannot set the card's height. So even though I set the table height, the card's height remains the same.
Have a look at for me please.
Cheers