okfn / opendataeditor

The Open Data Editor (ODE) is a no-code application to explore, validate and publish data in a simple way. Forever free and open source project powered by the Frictionless Framework.
http://opendataeditor.okfn.org
MIT License
163 stars 19 forks source link

Show empty row tooltip #568

Closed roll closed 4 days ago

roll commented 6 days ago

@romicolman I don't think we can easily change the situation described in #563 as any save of the file does a few automatic normalizations:

This behaviour is implemented in frictionless-py and changing it might be quite complicated especially taking into account that these normalizations are done towards fixing tabular errors.

This PR just fixes the missing empty row tooltip.

romicolman commented 5 days ago

Ok @roll! Let's implement this. I'll wait for the pilot to see if the orgs report this as a problem. If that's the case, I'll add a paragraph in the user guide to explain why this happens

cloudflare-workers-and-pages[bot] commented 4 days ago

Deploying opendataeditor with  Cloudflare Pages  Cloudflare Pages

Latest commit: c258343
Status:⚡️  Build in progress...

View logs

roll commented 4 days ago

Thanks!