In this task, we shall implement filters and bulk actions for My blog posts
page.
Task 10
Let's implement the following functionalities in the application:
- Add a column filter which is accessed through the action dropdown present at the top right corner of the
My blog posts
page with the label Columns
. When the action dropdown is clicked, it should display a list of checkboxes that gives the user control over which columns to be displayed. By default, all the checkboxes must be checked. The user should NOT be able to uncheck the title
column.