How to display employees of a department without paged navigation

The shortcode below displays all IT department employees without a paged navigation:

[employee_circle_grid filter="tax::departments::is::it;misc::posts_per_page::is::-1;"]
view raw gistfile1.txt hosted with ❤ by GitHub

If you need to display all employees without paged navigation, you need to remove the filter for departments. You do not need to create any shortcode manually, simply use the Visual Shortcode Builder to create any shortcode.

[employee_circle_grid filter="misc::posts_per_page::is::-1;"]