Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

group similar rows in listview based on their content

Tags:

i have a listview that displays a set of rows, each row is clickable. now, i wish to group similar type of rows under one header something like as shown in the figure (mocked up). could some please advise or provide an approach for this. mockup image

like image 238
i_raqz Avatar asked Dec 22 '10 08:12

i_raqz


1 Answers

Add an extra paremeter for the 'category' of each listview item. Then implement something like 'StickyListHeaders' based on that parameter.

like image 88
Taylor Courtney Avatar answered Sep 28 '22 14:09

Taylor Courtney