how to do one constant (no scrolling) section in table
+---------+
|______|
|______|
|______|
|______|
|______|
|______|
and last section has to constant. How to do? When i scroll my table i want by last section was all the time on screen.
how to do one constant (no scrolling) section in table
+---------+
|______|
|______|
|______|
|______|
|______|
|______|
and last section has to constant. How to do? When i scroll my table i want by last section was all the time on screen.
Better to have two different TableViews. Place the dynamic data source table at the top of the view and Constant section's table at the bottom of the view.