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?