appbaseio/dejavu

support for column resizing

Open

#15 opened on Mar 29, 2016

View on GitHub
 (1 comment) (3 reactions) (0 assignees)JavaScript (529 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (8,270 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Support column width resizing to better view data.

  • Long ids are hard to view as the current UI truncates values longer than 20 characters, see https://github.com/appbaseio/dejaVu/issues/11.
  • Columns with smaller fields can be compacted and columns with long text data can be expanded to better utilize the screen estate.

The ideal solution should be similar to excel / google sheet's resizing behavior, contributions are welcome :-).

Contributor guide