I have a table component with nested drawers that allows me to do a quick search for a Role and # of assigned users.
The assigned users is a template on the parent table (userrole)
The syntax is {{Users.totalSize}}
The issue is that the # of user count is anywhere from 0-50 but the max number displayed via the template is “10”. How do I fix this?