Server-side pagination and related problems

Hi,

I have encountered several issues/bugs/restrictions (I don't know how to name it) when using server-side pagination. I am wondering why it works so.

  1. Every time when tabs are switching listAllCourses query runs. I don't know why it happens, but if I remove server-side pagination that isn't a problem anymore
  2. Toolbar using, for example Filter toolbar not working, and additionally, on every input change it refreshes the listAllCourses query

I can't upload application JSON export attachment as far as I am a new user