Skip to content

Commit

Permalink
docs: update README.md (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
stacyakveo authored and lexzhukov committed Apr 18, 2017
1 parent 80b3b22 commit 9920b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Finally let's put the ng2-smart-table component inside of the template:
})
// ...
```
At this step you will have a minimally configured table. All functions are available by default and you don't need to configure them somehow, so you already able to add/edit/delete rows, sort or filter the table, etc.
At this step you will have a minimal configured table. All functions are available by default and you don't need to configure them anyhow, so now you can add/edit/delete rows, sort or filter the table, etc.

Still it seems like something is missing... Right, there is no data in the table by default. To add some, let's create an array property with a list of objects in the component. Please note that object keys are the same as in the columns configuration.

Expand Down

0 comments on commit 9920b3c

Please sign in to comment.