PopulateTools / gobierto

Plataforma de gobierno abierto open source
https://gobierto.es
GNU Affero General Public License v3.0
74 stars 32 forks source link

Data / Error rendering miliseconds in Perspective #3641

Open ferblape opened 3 years ago

ferblape commented 3 years ago

In contracts table we get this error

Screenshot from 2021-01-20 16-25-27

ferblape commented 3 years ago

It looks like it's fixed in the latest version of perspective 0.6.0 published 15 days ago https://github.com/finos/perspective/pull/1220

But the upgrade is not easy, some APIs got borken, such as the api to provide the schema to the viewer, since viewer.table(schema) doesn't exist anymore, and view.table is just a getter, not a setter