Skip to content

DataTable's are slow with larger data #1638

@schloerke

Description

@schloerke

From #1637

We use shiny.render.DataTable to visual our various datasets. It appears the current design sends the entire dataframe data into the browser in a single websocket message. Where the dataframes are even moderately large with thousand of rows, it results in the browser visibly hanging. With large dataframes in the hundreds of thousands for rows, it often causes the browser to fail entirely.


Possibly related to #1498 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdata frameRelated to @render.data_frame

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions