TableScroll
(Odokumenterad enum)
export enum TableScroll {
HORIZONTAL = "horizontal",
VERTICAL = "vertical",
BOTH = "both",
NONE = "none",
}
(Odokumenterad enum)
export enum TableScroll {
HORIZONTAL = "horizontal",
VERTICAL = "vertical",
BOTH = "both",
NONE = "none",
}