Skip to content

Commit 9920b3c

Browse files
stacyakveoazhukaudev
authored andcommitted
docs: update README.md (#309)
1 parent 80b3b22 commit 9920b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Finally let's put the ng2-smart-table component inside of the template:
8282
})
8383
// ...
8484
```
85-
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.
85+
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.
8686

8787
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.
8888

0 commit comments

Comments
 (0)