richfaces - Rich:ExtendedDataTable using frozenColumns makes non frozen columns disappear -


i trying freeze columns in rich:extendeddatatable using frozencolumns attribute. when not using attribute every column visible it's supposed in normal case, when use attribute (frozencolumns="2") 2 frozen columns showing , other non frozen columns not showing @ all, not scrollbar. using rich:columns extended datatable.

alright managed sort out. problem div in extendeddatattable contained. div had given styling class ' .searchcontent table { width:1000px'} '

so when use frozencolumn attribute, in html format spilts table 2 tables frozencolumns in 1 , non frozen columns in other. given 1000px styling width assigned first table has frozen columns , 1000px width of parent container div. shows first table making second table, has non frozen columns , scroll stuffs, disappear.

i removed styling class , got working. cheers.


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -