akveo / akveo/ng2-smart-table

How to add, remove, update and find and element

Open
#173 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
1.6k
Forks
867
PR merge metrics
No merged PRs in 30d

Description

Hi,
I really like ng2-smart-table, but I am having some challenges using it, so I would like your help.
Could you please provide some examples of how to use the following methods of your component:

add(element: any): Promise;
remove(element: any): Promise;
update(element: any, values: any): Promise;
find(element: any): Promise;

In the update method, how do I find the first parameter of the method?
In th find method, what element do I use as the paramter?

How do I get the old/changed element of an update?

Thanks

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.