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

Want to change the html #13

Open
Geeta-Singh opened this issue Dec 21, 2018 · 12 comments
Open

Want to change the html #13

Geeta-Singh opened this issue Dec 21, 2018 · 12 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed question Further information is requested

Comments

@Geeta-Singh
Copy link

Is it possible to change the html layout accordingly (want to add icons with node name )

@Zicrael
Copy link
Owner

Zicrael commented Dec 21, 2018

Hello Geeta-Singh!
Thank you for asking, can you describe what icon and where you want to add? just simple icons in node item without actions?

@Geeta-Singh
Copy link
Author

Thanks for replying.
I want to show user's Display pic (img tag) with profile name as a node

@Zicrael
Copy link
Owner

Zicrael commented Dec 21, 2018

Okay , i think i understand, atm i think no way to solve it BUT now i add this feature in next version. Sorry for not providing it so far.

@Zicrael Zicrael added enhancement New feature or request question Further information is requested labels Dec 21, 2018
@Geeta-Singh
Copy link
Author

OK no problem. Great Library!

@Zicrael
Copy link
Owner

Zicrael commented Dec 21, 2018

Thank you, i try make it better. You give me good idea how improve this package. Sorry again.

@Zicrael Zicrael self-assigned this Dec 28, 2018
@Zicrael Zicrael pinned this issue Jan 15, 2019
@nicolasdms
Copy link

Could you set up a template html and the possibility of customizing the css directly in the config?

Try to do something like this :

image

@Zicrael
Copy link
Owner

Zicrael commented Feb 13, 2019

@nicolasdms , okay I will try to implement it.

@Zicrael Zicrael added the help wanted Extra attention is needed label Feb 28, 2019
@nicolasdms
Copy link

I wanted to help you implement this feature so I downloaded the project.
I build but when I run "npm run start", I have this error "ERROR in multi ./src/styles.css ./dist/ngx-tree-dnd/styles-tree-dnd.css"

Can you help me please

@Zicrael
Copy link
Owner

Zicrael commented Mar 26, 2019

@nicolasdms you need run 'npm install' then 'ng serve'
if you want change sometihng in project, you need build lib ( ng build ngx-tree-dnd )

@nicolasdms
Copy link

When I run 'npm install' then 'ng server' I have this error :
"ERROR in multi ./src/styles.css ./dist/ngx-tree-dnd/styles-tree-dnd.css
Module not found: Error: Can't resolve 'D:\Users\nicolasdms\Downloads\ngx-tree-dnd-master (1)\ngx-tree-dnd-master\dist\ngx-tree-dnd\styles-tree-dnd.css' in 'D:\Users\nicolasdms\Downloads\ngx-tree-dnd-master (1)\ngx-tree-dnd-master'
i 「wdm」: Failed to compile."

@Zicrael
Copy link
Owner

Zicrael commented Mar 26, 2019

@nicolasdms in file angular.json find styles:

styles: [
    'dist/ngx-tree-dnd/styles-tree-dnd.css'
] 

and change this line to

'projects/ngx-tree-dnd/src/lib/styles-tree-dnd.css'

@Anzil-Aufait
Copy link

Any update on this ??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants