Xoetrope
HomePage :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register
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.

There are no comments on this page. [Add comment]

Page was generated in 0.2567 seconds