Skip to content

Commit 34d58ef

Browse files
committed
Add another example to README.md
1 parent 7a5196d commit 34d58ef

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,17 @@ $datatables->addSequenceNumber('rowNumber'); // It will be rowNumber
170170

171171
// Don't forget ot call generate to get the results
172172
$datatables->generate();
173-
```
173+
```
174+
175+
## Another Example
176+
177+
I already use this library to the existing project with completed CRUD operations, you can found it [here](https://github.com/ngekoding/ci-crud).
178+
179+
Please look at these files:
180+
- application/composer.json
181+
- application/controllers/Post.php
182+
- application/models/M_post.php
183+
- application/views/template.php
184+
- application/views/posts/index-datatables.php
185+
- application/helpers/api_helper.php
186+
- assets/js/custom.js

0 commit comments

Comments
 (0)