You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GET request looks like http://.../driver?pageRows=30&pageStart=0&sortDir=ASC&sortField=person
Even though the server ignores the erroneous sortField and sends the correct JSON, I do not see a dropdown.
The text was updated successfully, but these errors were encountered:
First of all, thanks for the great library.
I am using version 0.8 of the library. I tried using the ability to use dot notation introduced in #549 and in listView it works fine.
However, if I use the same in creationView,
does not seem to work.
The GET request looks like
http://.../driver?pageRows=30&pageStart=0&sortDir=ASC&sortField=person
Even though the server ignores the erroneous
sortField
and sends the correct JSON, I do not see a dropdown.The text was updated successfully, but these errors were encountered: