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

Create UX abstraction that allows users to view many, many DataTable columns w/o destroying the layout #3305

Closed
diosmosis opened this issue Aug 7, 2012 · 1 comment
Labels
duplicate For issues that already existed in our issue tracker and were reported previously. Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Milestone

Comments

@diosmosis
Copy link
Member

Right now there's an issue w/ Piwik where if there are two many columns in a datatable, the datatable will overlap w/ adjacent elements. Limiting the number of columns a datatable can show will solve this, but will also limit the usefulness of Piwik. There should be a feature that allows DataTables to contain any number of columns and allows users to comfortably view them when necessary.

Such a feature should:

  • Cut off data table columns based on available width in the page.
  • Replace cut-off columns with a '...' column. When clicked it should show the extra columns either by:
    • showing the entire datatable in a pop-up of some sort
    • expanding & pushing everything to the right of it out of its way
  • Allow users to re-compact a datatable after it has been expanded
@diosmosis diosmosis added this to the Future releases milestone Jul 8, 2014
@mattab mattab removed the P: normal label Aug 3, 2014
@mattab
Copy link
Member

mattab commented Sep 28, 2014

see also related issue/duplicates #6159

@mattab mattab modified the milestones: Long term, Mid term Dec 23, 2015
@mattab mattab closed this as completed Jul 8, 2016
@mattab mattab added the duplicate For issues that already existed in our issue tracker and were reported previously. label Jul 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate For issues that already existed in our issue tracker and were reported previously. Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Projects
None yet
Development

No branches or pull requests

2 participants