Azure / identity-management-samples

MIT License
20 stars 19 forks source link

How can I make the show items dropdown under Activate to list 100 instead of 10? #8

Closed sarathm32 closed 2 years ago

sarathm32 commented 3 years ago

The dropdown default value for displaying roles is set to 10, please let me know how I can make it to display 100 items instead of 10.

sarathm32 commented 2 years ago

This is more of a jquery datatable issue. I was able to do it by modifying roles.js file > search for datatable and add this

"pageLength": 100