Skip to content

Display wrong endswith .20, e.g: 1.20 should show 1.20 but it show 1.2  #136

@winds1983

Description

@winds1983

We have some data like this:
['Language', 'Version']
['Python', '3.9']
['Golang', '1.20']
['PHP', '8.0']

PHP: will show 8.0, it is correct
Golang: will show 1.2, but it should show 1.20

I have check the data and logic, the data is wrong after push to BTTableData.BTRowData object.

Could have a fix for this issue?

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