Skip to content

How to get the entire listView() data into customDirective using ngAdmin  #1393

@saikiran-sankey-zz

Description

@saikiran-sankey-zz

@fzaninotto

  • I have gone through the documentation and understood some bit so designed the UI accordingly for my requirement.

  • If we want to add more features to the listview that cant is easily done

  • Following is my code for ListView

  • image

  • And showing some actions on that ListView and the code look likes
    image

  • Added two actions on each row like Edit Name and Delete buttons namely.
    image

  • Also, I created the custom directives for delete and Edit

  • From doing this approach I can able to show the details on the ListView. When I click on the delete button which is located on each row I can get the corresponding row values like name, address and pin code of that user by using entry property.

  • I have created one more button SAVE on the listView.

  • Same like this now I want to get the Entire listview data into my custom directive when I click on the SAVE button. I tried using entry property but I can't. My ListView contains More than 20 rows.

  • can anyone help me to get this...Thanks!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions