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

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

Open
saikiran-sankey-zz opened this issue Nov 6, 2018 · 0 comments

Comments

@saikiran-sankey-zz
Copy link

saikiran-sankey-zz commented Nov 6, 2018

@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!!

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

1 participant