Skip to content

Questions about the infinite row model #474

Description

@lostkamp

Hi,

we recently switched to the infinite row model in our app to improve loading times. I have read the docs page, and it's very helpful. But I still have a few questions that I couldn't find answers to, so I hope it's ok that I post them here.

  1. My understanding is that with the infinite row model, I should not output anything to the rowData property anymore. The only way that the grid gets the data should be via a getRowsRequest => getRowsResponse callback. correct?
  2. How can I trigger a refresh of the grid when I know that the data has changed on the server? At the moment I am using a client-side callback as described here. Is that correct or is there an easier way by now?
  3. How do I read changes that a user makes on the grid data? rowData as a callback input gives None now.

Thanks a lot!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions