-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
title bar and cell border slipped when use with other unicode language #12
Comments
Yes i think in this case you need to provide table cell builder and adjust its height/padding as per required |
I have this issue with Arabic characters, please instruct me in how I can solve this, meaning making all the columns the same height or getting rid of the extra padding that seems to come Arabic characters |
thank you, but this problem still persists thank you |
@singnoi Do one thing use table cell builder and use a container of fixed height lets say 70 or 100 . In this way each row cell would be of fixed height and using other language wont affect it |
|
final response =
await http.get("http://www.jupiter.co.th/test/json1.txt");
like this
can I fix it by change Alignment or padding of tableCellBuilder ?
The text was updated successfully, but these errors were encountered: