const props = withDefaults(defineProps<TableProps<T>>(), {
mayOrderColumns: false,
striped: false,
bordered: false,
hover: false,
});
const props = withDefaults(defineProps<TableProps<T>>(), {
mayOrderColumns: false,
striped: false,
bordered: false,
hover: false,
});