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

Tree Style in table format #45

Closed
nm-a opened this issue Sep 14, 2017 · 1 comment
Closed

Tree Style in table format #45

nm-a opened this issue Sep 14, 2017 · 1 comment

Comments

@nm-a
Copy link

nm-a commented Sep 14, 2017

Hi @leovo2708 ,
Hope you are doing well.
Today I am trying to create one Table Style tree view (kind of Tree List) using template option. Unfortunately I couldn't make this in Table format. The complete tree is loading inside first column. Can you please recommend any other approach to achieve this.

<table class="table table-bordered ipro-table"> <thead> <tr> <th style="text-align:center !important;">Name</th> <th style="text-align:center !important;">Code</th> <th style="text-align:center !important;">Manage</th> </tr> </thead> <tbody> <ngx-treeview [items]="treeviewItemsNodes" [itemTemplate]="accountsTreeTemplate" [config]="treeConfig"> </ngx-treeview> </tbody> </table>

image

@leovo2708
Copy link
Owner

Using table in tree is not a good idea. Sorry, I can't help you.

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

No branches or pull requests

2 participants