Horizontal alignment in table cell 'text-align' is not working.
I want to center content in a
What is your HTML?
'border': '1px solid #000',
// 'text-align': 'center',
'padding': '2px 5px',
'outline': '0',
'width': '100px',
I want to center content in a table cell horizontally, but the 'text-align': 'center' seems not supported
Same Issue...
@daohoangson please fix this issue
I found my way to solve the issue by using the factoryBuilder to redefine the whole Flutter widget return from the HTML table. You can override the widgets returned by the table tags and their content to Container and Text widgets, and map their style with the CSS
I found my way to solve the issue by using the factoryBuilder to redefine the whole Flutter widget return from the HTML table. You can override the widgets returned by the table tags and their content to Container and Text widgets, and map their style with the CSS
can you share your codes? thanks.
[email protected] has been released with the fix for this. Please upgrade and let me know whether it works for you.