Giter VIP home page Giter VIP logo

Comments (4)

andrew-yangy avatar andrew-yangy commented on May 24, 2024

Hi Elena,
I'm glad you like my work, and thanks for supporting.
But I'm not very clear about your requirement, do you want to hide columns when all rows are collapsed or just one row collapsed?
A little tip for you, the treetable component will be dynamically setting a property 'expanded: boolean' to your raw data (nodes), so you can programmatically hide any columns by binding this property in your template.

from ng-treetable.

ElenaSeLE avatar ElenaSeLE commented on May 24, 2024

Hi!
Finally I could hide some columns with your help, great!! I only create a event what modify a variable and this variable was linked to a class hidden the "ay-column" element.
But I have another problem. I need launch a method to download some information about the children row (level 2) when a cell is clicked.
I try to use onNodeSelect with selectionMode but it is always appearing "undefined" on "onRowClick" tables's method. How I could modify this property and send the row/information about node children?

On the other hand, If I change the selectionMode value on console I get launch my even handle method but I can't get the row information to know if it was a leaf or what column it is, How I can obtain this information on the onNodeSelect handle method?

Thanks in advance! :)

from ng-treetable.

ElenaSeLE avatar ElenaSeLE commented on May 24, 2024

By the way, I'm sorry for my English I'm a Spanish girl :(

from ng-treetable.

andrew-yangy avatar andrew-yangy commented on May 24, 2024

Hi Elena,
I couldn't reproduce your issue, onNodeSelect works perfectly for me.

<ay-treeTable [value]="nodes.data" [globalFilter]="gb" selectionMode="single" (onNodeSelect)="nodeSelect($event)">
        <ay-column field="name" header="Name">
          <ng-template let-col let-node="rowData" pTemplate="body">
              <span>{{node.data[col.field]}}</span>
          </ng-template>
        </ay-column>
        
        <ay-column field="size" header="Size"></ay-column>
        <ay-column field="type" header="Type"></ay-column>
    </ay-treeTable>

Can you parse your code?

from ng-treetable.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.