Hide blank rows in Dojo data grid
问题 I have a Dojo data grid that displays data from a REST service of type viewItemFileService. I have chosen this type because I need to allow the user to update entries and save them to the backend. The REST service pulls from a view that is categorized, the view is categorized by the unique ID of the related document. The 'keys' property is used to tell the REST service what values to pull. When I was using a viewJsonService this all worked fine. I had to change when I discovered that you