We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc456ac commit a83eeabCopy full SHA for a83eeab
README.md
@@ -159,6 +159,17 @@ You can use array too ...
159
Use `set_options('ajax.data', '...')` to override ajax data options
160
161
162
+### Show paginatin in top and bottom of Datatables
163
+This is workaround incase you want to show pagination in both top and bottom of Datatables.
164
+I will create new API with the other changes when it ready.
165
+
166
+Go to DatatablesBuilder.php and search for '$output' at line 176 and add this lines ([#7](https://github.com/nacasha/CIgniter-Datatables/issues/7))
167
+```
168
+ \"pagingType\": \"full_numbers\",
169
+ \"sDom\": '<\"top\"lfprtip><\"bottom\"><\"clear\">',
170
171
172
173
## Styling Tables
174
175
You can use `style` to add table tag attributes to styling your table.
0 commit comments