Xoetrope
HomePage :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register
Oldest known version of this page was edited on 2008-02-18 11:31:55 by LuanO []
Page view:
XUI 4.0

XTableSplitter


The XTableSplitter class is a container that can be used to split a table into two parts, a scrolling and a non scrolling part. The splitter thus allows a number of columns to be effectively 'frozen'. The remainder of the table will scroll as normal.

The splitter can be used as follows:

	        <TableSplitter name="splitter" border="0" style="table" fixedCols="2" >
	            <Table name="summaryTable" headerstyle="tableHeader" border="0" altstyle="table/alt"/>            
	        </TableSplitter>


Under the hood the splitter is implemented as two tables and table columns are removed from the main table and added to the frozen or non scrolling table.
Page was generated in 0.3481 seconds