-
Notifications
You must be signed in to change notification settings - Fork 651
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Table column name and column width #40
Comments
There's no way to set an explicit height and width; the various containers (Stack, Grid, SimpleGrid) can be used to build more elaborate layouts. As for table column names that is on the TODO list. It will be a struct tag on the field. |
Will keep open until implemented. |
Just a quick update: once I finish the newctrl/ stuff I'm going to start doing a rewrite of Table on Windows to use an entirely custom control; once that's feature-complete I can add these features. |
Once I can implement accessibility for it the Table rewrite on Windows will be ready to go. Hopefully by the end of the month this issue can be closed. |
A month later but I finally added the column header text feature. What do you mean by setting button width and height? What do you want to do? |
Replaced with andlabs/libui#310. |
HI ,
first forgive me my english is not good.
I get a problem with Table is that Table column display name is based on struct field name, but my mother tongue is not English.
so is there anyway to change table column display name to display non english character.
type Column struct{
Name string
Age string //but i thought int need be surpport
}
and table column display Name,Age,i want to display 姓名,年龄
![qq 20141016101113](https://cloud.githubusercontent.com/assets/6388324/4656745/c05699b0-54dc-11e4-9827-b0e56e653112.jpg)
maybe struct tag
display:"姓名"
is a wayby the way,how to set button height and width,
thanks!
The text was updated successfully, but these errors were encountered: