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 tree module to be able tree lignes in row #121

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

davidB
Copy link

@davidB davidB commented Oct 19, 2019

Hi,

This PR allow to generate tree-line for each row, then user can display it into any cell and produce some kind of tree table like:

  | Title 1     | Title 2    |
  +-------------+------------+
  | 1           | A          |
  | ├─ 2        | B          |
  | │  └─ 3     | C          |
  | └─ 5        | Z          |
  | 6           | Z          |
  | 7           | Z          |
  | ├─ 8        | Z          |
  | └─ 9        | Z          |
  +-------------+------------+

I'm open to any change that should be done to better match the current state of the project (naming, examples, doc).

@codecov
Copy link

codecov bot commented Oct 19, 2019

Codecov Report

Merging #121 into master will increase coverage by 0.63%.
The diff coverage is 98.57%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #121      +/-   ##
=========================================
+ Coverage   85.86%   86.5%   +0.63%     
=========================================
  Files           5       6       +1     
  Lines        1323    1393      +70     
=========================================
+ Hits         1136    1205      +69     
- Misses        187     188       +1
Impacted Files Coverage Δ
src/lib.rs 87.54% <ø> (ø) ⬆️
src/tree.rs 98.57% <98.57%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cf7dca3...083063e. Read the comment docs.

@davidB davidB changed the title [draft] Add tree module to be able tree lignes in row Add tree module to be able tree lignes in row Oct 20, 2019
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

1 participant