ReactAdvantage
ReactAdvantage copied to clipboard
Create Role List
If you haven't already done # 10, do that first. This one will be done using a similar component. This list will allow the administrator to be able to search for and view roles. Add a react-structured-filter to the search area instead of the dropdown control shown in the image.
At this point, just hardcode a couple roles in the list as we have not created the data services yet.
The list will show 2 columns: Role Name and Creation Date Time.
Like the previous grid, there should be paging, sorting, ability to select 10, 25, 50, and 100 items per page, and the recordcount section similar to what is shown on the User List.
