Closed monodera closed 7 months ago
It seems that browsers cannot handle large integer properly, so no Bokeh, Perspective, and Tabulator support for them. Reference: https://discourse.bokeh.org/t/hovertool-long-int-accuracy-loss/4953/10
It may be okay for the display purpose to convert them to string, but sorting wouldn't behave as expected for numbers.
mentioned in #102 but we need to fix or put a workaround.
addressed in issue/184-checkduplication-on-obj_id branch.
Example:
64-bit integers after a certain number are not correctly displayed in the target list. This related to a Bokeh datamodel, so it would be difficult to fix. We may need to consider to use a different widget if those can handle them properly exists.
Input list:
Output table: