I ‘Grouped’ my list ‘Announcements’ list ‘By’ categories and it works fine in the Announcement app but it does not display the grouping when I add it to a web part. How can I display the grouping in a web part?
(Visited 31 times, 1 visits today)
- Create two calculate columns that will serve us when the items is created or published; this is an easy way to create the grouping.
- Create a click function (expand / collapse) for the whole row, for the year and month in the group header.
- Show number of items for each month
- Sort the month by their actual numbers but display the month by their names
(Visited 1 times, 1 visits today)