Skip to content

Adding large amount of data to table causes display error #13

Description

@schroeca

Describe the bug
I need to add ~10k of data rows to a table. After a few hundred lines I receive a Javafx warning/error and the table on the GUI shows only the last added line.

Feb 16, 2024 10:20:18 AM javafx.scene.control.skin.VirtualFlow addTrailingCells
INFO: index exceeds maxCellCount. Check size calculations for class javafx.scene.control.TableRow

To Reproduce
Steps to reproduce the behavior:
ResultTable results = new ResultList("DegC", "Inter", "RAW10Bit");
table.watch(results);
results.addData(temp_degc, temp_inter, (temp_raw * 1.0));
The last line creates an error after ~1k lines.

Expected behavior
The table shall either continue to show all the rows or add a feature to limit the output of the table similar to the "series.setLimit()"

Screenshots
image

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