JSF Table Column Widths (Default behavior) -
can explain default behavior of columns? data in columns vary, wondering
do evenly distribute,
do give larger column larger data, smaller smaller ...
is there minimum width give header,
when determine going word wrap? there times not word wrap , make length wide need manually control width?
my research tells me best way control via css?
jsf h:datatable
generates plain html <table>
reacts html <table>
. can refer answer if want know more default column width.
anyhow, here how going react according questions :
- it not evenly distribute.
- larger data given more column width.
- a minimum header width not required.
- it word wrap when there no more available width not break words.
also css not best way control table appearance recommended way.
Comments
Post a Comment