We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a5196d commit 34d58efCopy full SHA for 34d58ef
README.md
@@ -170,4 +170,17 @@ $datatables->addSequenceNumber('rowNumber'); // It will be rowNumber
170
171
// Don't forget ot call generate to get the results
172
$datatables->generate();
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