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: angular-ui-grid based visualization #1723

Closed

Conversation

majofi
Copy link

@majofi majofi commented Apr 17, 2017

Adding a new visualization based on ui-grid (http://ui-grid.info).
This visualization is an endless table with:

  • pinning left/right (switch on/off via visualization editor)
  • customizable column widths (via visualization editor)
  • optional column sum (switch on/off via visualization editor)
  • optional record count (switch on/off via visualization editor)
  • filtering per column
  • multi sorting per column
  • vertical and horizontal scrolling (no pagination implemented for now)

screenshot

screenshot

screenshot

screenshot

uigrid

ui grid as a data visualization
still WIP
@arikfr arikfr mentioned this pull request Apr 18, 2017
@arikfr arikfr changed the title Add angular ui grid visualization Add: angular-ui-grid based visualization Apr 18, 2017
@arikfr
Copy link
Member

arikfr commented Dec 6, 2017

Thank you @majofi for your effort on this one. Eventually we decided to implement an improved table visualization without ng-grid. The new implementation has many of the features you implemented here along with some extras (like the ability to control cell formatting).

@arikfr arikfr closed this Dec 6, 2017
@majofi
Copy link
Author

majofi commented Dec 13, 2017

Hi, no problem. Can you please point me to the issue/branch so I can follow the development? I’m curious what you’re building as an advanced table view turned out to be supper essential in our daily operation of our organization.

@arikfr
Copy link
Member

arikfr commented Dec 13, 2017

#2110

And it will be great to hear more about how you use it 👍

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

Successfully merging this pull request may close these issues.

None yet

2 participants