Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add extensive permissions to ui.table #282

Open
jnumainville opened this issue Feb 14, 2024 · 3 comments
Open

Add extensive permissions to ui.table #282

jnumainville opened this issue Feb 14, 2024 · 3 comments
Labels
enhancement New feature or request
Milestone

Comments

@jnumainville
Copy link
Collaborator

The layout hint can_search was added to control whether or not a search bar can be used. It's been dropped from the current ui.table spec in favor of a more comprehensive treatment of table permissions.

A representative example, from Don

ui.table(...).permissions(
  search=false,
  filter=false,
  rollup=false,
  ...
  sidebar_menu 
  sort
  copy
  download
  re-order
  etc.
)

Some discussion here

@jnumainville jnumainville added enhancement New feature or request triage labels Feb 14, 2024
@dsmmcken
Copy link
Contributor

Thanks. Thinking about it, "permissions" might be an overloaded term to avoid as people may think ACL permissions. Naming it is hard.

@mofojed
Copy link
Member

mofojed commented Feb 20, 2024

Yea permissions is a bit overloaded. capabilities? features?

@dsmmcken
Copy link
Contributor

related enterprise request https://deephaven.atlassian.net/browse/DH-17783

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants