okfn / opendataeditor

No-code application to explore and publish all kinds of data: datasets, tables, charts, maps, stories, and more. Forever free and open source project powered by open standards and generative AI.
http://opendataeditor.okfn.org
MIT License
149 stars 18 forks source link

Remove lock start and lock end functions #411

Closed romicolman closed 3 weeks ago

romicolman commented 1 month ago

Problem description

When clicking on the column options (datagrid), the user will see these categories:

Captura de pantalla 2024-05-28 a la(s) 10 28 21 a  m

The lock start and lock end functions do not add any value to the user. Same with the Group and Ungroup functions. In this latter case, they are always inactive. I tried different things to get them enabled and they don't seem to work.

Steps to reproduce it

Suggested solution

guergana commented 3 weeks ago

For reference: renderColumnFilterContextMenu https://reactdatagrid.io/docs/api-reference#props-showColumnMenuGroupOptions and https://reactdatagrid.io/docs/api-reference#props-showColumnMenuLockOptions