Skip to content

Doesn't export all items #16

Description

@pooria121

We are using VueyeComponent to display a very paginated large table (with 300,000 rows).
Currently, the excel export button would export rows that are currently displayed:

const items = computed(() => {
            return props.sharedState.currentPageItems;
        });

However, many applications (including ours) require exporting the entire table for further processing.
Displaying the entire 300,000 in a single page can get us by, but most often result in crashing the HTML page.

I would argue that the Excel export button should export all the data passed to the table, or at least there should be a flag to set/control this behavior.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions