DataTable has a property - fixedColumnCount - for the purpose of fixing a number of left columns. You can find an example here:
http://www.simplica.com/demo-suite-release/index.jsf
Not sure why the repeat tag is not working, but you can try as an alternative binding the DataTable to a backing bean and programmatically adding the DataCells there.
|