-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
Description
When I create table with headers, like
header: {
values: [["Averaging"], ["Bulk"], ["Young"], ["Shear"], ["Poisson"]],
}
I find out that its impossible to have spaces in header, like "Averaging Method" - header with space is not shown.
Tried and it moves text unpredictably.
Its nowhere near production ready, could you please fix such simple and important feature, thanks.
Youjin1985