https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36302 --- Comment #57 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Pedro Amorim from comment #56)
(In reply to Jonathan Druart from comment #54)
You have not put back defer_loading to DT's options, was it expected? If we don't the GET is done (ie. we will fetch the first 20 patrons).
Thanks Jonathan, I left it out because I couldn't tell what it was doing (saw no difference with or without) and according to docs is deprecated: https://datatables.net/reference/option/deferLoading
It was intentional, but I don't feel strongly about it.
Either we add it back or we need to workaround again... You decide :D You should avoid the unnecessary GET. Especially because you will see the full table before the actual fitlering (it's blinking: table shows with full results then it's updated with the results of the user's request). -- You are receiving this mail because: You are watching all bug changes.