|
1 | | -- Prologue |
| 1 | +- ## Prologue |
2 | 2 | - [Release Notes](/docs/{{package}}/{{version}}/releases) |
3 | 3 | - [Upgrade Guide](/docs/{{package}}/{{version}}/upgrade) |
4 | 4 | - [Contribution Guide](/docs/{{package}}/{{version}}/contributing) |
5 | 5 | - [Security Issues](/docs/{{package}}/{{version}}/security) |
6 | 6 | - [API Documentation](http://yajra.github.io/{{package}}/api/{{version}}) |
7 | | -- Setup |
8 | | - - [Installation](/docs/{{package}}/{{version}}/installation) |
9 | | -- Getting Started |
| 7 | + |
| 8 | +- ## Getting Started |
10 | 9 | - [Introduction](/docs/{{package}}/{{version}}/introduction) |
| 10 | + - [Installation](/docs/{{package}}/{{version}}/installation) |
11 | 11 | - [Demo Application](https://datatables.yajrabox.com/) |
12 | | -- Tutorials |
| 12 | + - [Community Links](/docs/{{package}}/{{version}}/community-links) |
| 13 | + |
| 14 | +- ## Tutorials |
13 | 15 | - [Quick Starter](https://datatables.yajrabox.com/starter) |
14 | 16 | - [Service Implementation](https://datatables.yajrabox.com/service) |
15 | | -- Configuration |
| 17 | + |
| 18 | +- ## Configuration |
16 | 19 | - [General Settings](/docs/{{package}}/{{version}}/general-settings) |
17 | 20 | - [Debugging Mode](/docs/{{package}}/{{version}}/debugger) |
18 | 21 | - [Error Handler](/docs/{{package}}/{{version}}/error-handler) |
19 | | -- DataTables Classes |
20 | | - - [Eloquent](/docs/{{package}}/{{version}}/engine/eloquent) |
21 | | - - [Query Builder](/docs/{{package}}/{{version}}/engine/query) |
22 | | - - [Collection](/docs/{{package}}/{{version}}/engine/collection) |
23 | | -- Response |
24 | | - - [Array Response](/docs/{{package}}/{{version}}/response/array) |
25 | | - - [Object Response](/docs/{{package}}/{{version}}/response/object) |
26 | | - - [Fractal Transformer](/docs/{{package}}/{{version}}/response/fractal) |
27 | | - - [Fractal Serializer](/docs/{{package}}/{{version}}/response/fractal-serializer) |
28 | | - - [Additional Data Response](/docs/{{package}}/{{version}}/response/with) |
29 | | -- Column Editing |
| 22 | + |
| 23 | +- ## DataTables Classes |
| 24 | + - [Eloquent](/docs/{{package}}/{{version}}/engine-eloquent) |
| 25 | + - [Query Builder](/docs/{{package}}/{{version}}/engine-query) |
| 26 | + - [Collection](/docs/{{package}}/{{version}}/engine-collection) |
| 27 | + |
| 28 | +- ## Response |
| 29 | + - [Array Response](/docs/{{package}}/{{version}}/response-array) |
| 30 | + - [Object Response](/docs/{{package}}/{{version}}/response-object) |
| 31 | + - [Fractal Transformer](/docs/{{package}}/{{version}}/response-fractal) |
| 32 | + - [Fractal Serializer](/docs/{{package}}/{{version}}/response-fractal-serializer) |
| 33 | + - [Additional Data Response](/docs/{{package}}/{{version}}/response-with) |
| 34 | + |
| 35 | +- ## Column Editing |
30 | 36 | - [Add Column](/docs/{{package}}/{{version}}/add-column) |
31 | 37 | - [Edit Column](/docs/{{package}}/{{version}}/edit-column) |
32 | 38 | - [Remove Column](/docs/{{package}}/{{version}}/remove-column) |
33 | 39 | - [Index Column](/docs/{{package}}/{{version}}/index-column) |
34 | 40 | - [Raw Columns](/docs/{{package}}/{{version}}/raw-columns) |
35 | 41 | - [Print Columns](/docs/{{package}}/{{version}}/print-columns) |
| 42 | + |
36 | 43 | - Row Editing |
37 | 44 | - [Row Options](/docs/{{package}}/{{version}}/row-options) |
38 | 45 | - [Row ID](/docs/{{package}}/{{version}}/row-options#row-id) |
39 | 46 | - [Row Class](/docs/{{package}}/{{version}}/row-options#row-class) |
40 | 47 | - [Row Data](/docs/{{package}}/{{version}}/row-options#row-data) |
41 | 48 | - [Row Attributes](/docs/{{package}}/{{version}}/row-options#row-attributes) |
42 | | -- Searching |
| 49 | + |
| 50 | +- ## Searching |
43 | 51 | - [Manual Search](/docs/{{package}}/{{version}}/manual-search) |
44 | 52 | - [Filter Column](/docs/{{package}}/{{version}}/filter-column) |
45 | | - - [Query Builder Extension](/docs/{{package}}/{{version}}/query-builder) |
46 | 53 | - [Regex Search](/docs/{{package}}/{{version}}/regex) |
47 | 54 | - [Smart Search](/docs/{{package}}/{{version}}/smart-search) |
48 | 55 | - [Relationships](/docs/{{package}}/{{version}}/relationships) |
49 | | -- Sorting/Ordering |
| 56 | + |
| 57 | +- ## Sorting/Ordering |
50 | 58 | - [Manual Order](/docs/{{package}}/{{version}}/manual-order) |
51 | 59 | - [Order Column](/docs/{{package}}/{{version}}/order-column) |
52 | 60 | - [Order Columns](/docs/{{package}}/{{version}}/order-columns) |
53 | 61 | - [Order By Nulls Last](/docs/{{package}}/{{version}}/order-by-nulls-last) |
54 | | -- Utilities |
| 62 | + |
| 63 | +- ## Utilities |
55 | 64 | - [XSS filtering](/docs/{{package}}/{{version}}/xss) |
56 | 65 | - [Blacklist Columns](/docs/{{package}}/{{version}}/blacklist) |
57 | 66 | - [Whitelist Columns](/docs/{{package}}/{{version}}/whitelist) |
58 | 67 | - [Set Total Records](/docs/{{package}}/{{version}}/set-total-records) |
59 | | - - [With Trashed](/docs/{{package}}/{{version}}/with-trashed) |
60 | | - - [Only Trashed](/docs/{{package}}/{{version}}/only-trashed) |
| 68 | + - [Set Filtered Records](/docs/{{package}}/{{version}}/set-filtered-records) |
61 | 69 | - [Skip Paging](/docs/{{package}}/{{version}}/skip-paging) |
62 | 70 |
|
63 | 71 | ### PLUGINS |
64 | 72 |
|
65 | | -- HTML Builder |
66 | | - - [Installation](/docs/{{package}}/{{version}}/html/installation) |
67 | | - - [Builder](/docs/{{package}}/{{version}}/html/builder) |
68 | | - - [Table](/docs/{{package}}/{{version}}/html/table) |
69 | | - - [Config](/docs/{{package}}/{{version}}/html/config) |
70 | | - - [Columns](/docs/{{package}}/{{version}}/html/column) |
71 | | - - [Macro](/docs/{{package}}/{{version}}/html/macro) |
72 | | - - [Ajax](/docs/{{package}}/{{version}}/html/ajax) |
73 | | - - [Minified Ajax](/docs/{{package}}/{{version}}/html/minified-ajax) |
74 | | - - [Parameters](/docs/{{package}}/{{version}}/html/parameters) |
75 | | - - [Events/Callbacks](/docs/{{package}}/{{version}}/html/callbacks) |
76 | | - - [Add Action](/docs/{{package}}/{{version}}/html/action) |
77 | | - - [Add Checkbox](/docs/{{package}}/{{version}}/html/checkbox) |
78 | | - - [Add Index](/docs/{{package}}/{{version}}/html/index) |
| 73 | +- ## HTML Builder |
| 74 | + - [Installation](/docs/{{package}}/{{version}}/html-installation) |
| 75 | + - [Builder](/docs/{{package}}/{{version}}/html-builder) |
| 76 | + - [Table](/docs/{{package}}/{{version}}/html-builder-table) |
| 77 | + - [Config](/docs/{{package}}/{{version}}/html-builder-config) |
| 78 | + - [Columns](/docs/{{package}}/{{version}}/html-builder-column) |
| 79 | + - [Macro](/docs/{{package}}/{{version}}/html-builder-macro) |
| 80 | + - [Ajax](/docs/{{package}}/{{version}}/html-builder-ajax) |
| 81 | + - [Minified Ajax](/docs/{{package}}/{{version}}/html-builder-minified-ajax) |
| 82 | + - [Parameters](/docs/{{package}}/{{version}}/html-builder-parameters) |
| 83 | + - [Events/Callbacks](/docs/{{package}}/{{version}}/html-builder-callbacks) |
| 84 | + - [Add Action](/docs/{{package}}/{{version}}/html-builder-action) |
| 85 | + - [Add Checkbox](/docs/{{package}}/{{version}}/html-builder-checkbox) |
| 86 | + - [Add Index](/docs/{{package}}/{{version}}/html-builder-index) |
79 | 87 | - [Github](https://github.com/yajra/laravel-datatables-html) |
80 | 88 |
|
81 | | -- Buttons |
82 | | - - [Installation](/docs/{{package}}/{{version}}/buttons/installation) |
83 | | - - [Configuration](/docs/{{package}}/{{version}}/buttons/config) |
84 | | - - [Quick Starter](/docs/{{package}}/{{version}}/buttons/starter) |
85 | | - - [DataTable Buttons](/docs/{{package}}/{{version}}/buttons/export) |
86 | | - - [Custom Actions](/docs/{{package}}/{{version}}/buttons/custom) |
87 | | - - [Sending Parameters](/docs/{{package}}/{{version}}/buttons/with) |
88 | | - - [Extended DataTable](/docs/{{package}}/{{version}}/buttons/extended) |
89 | | - - [Artisan Console](/docs/{{package}}/{{version}}/buttons/console) |
| 89 | +- ## Buttons |
| 90 | + - [Installation](/docs/{{package}}/{{version}}/buttons-installation) |
| 91 | + - [Configuration](/docs/{{package}}/{{version}}/buttons-config) |
| 92 | + - [Quick Starter](/docs/{{package}}/{{version}}/buttons-starter) |
| 93 | + - [DataTable Buttons](/docs/{{package}}/{{version}}/buttons-export) |
| 94 | + - [Custom Actions](/docs/{{package}}/{{version}}/buttons-custom) |
| 95 | + - [Sending Parameters](/docs/{{package}}/{{version}}/buttons-with) |
| 96 | + - [Extended DataTable](/docs/{{package}}/{{version}}/buttons-extended) |
| 97 | + - [Buttons Command](/docs/{{package}}/{{version}}/buttons-console) |
90 | 98 | - [Github](https://github.com/yajra/laravel-datatables-buttons) |
91 | 99 |
|
| 100 | +- ## Editor |
| 101 | + - [Installation](/docs/{{package}}/{{version}}/editor-installation) |
| 102 | + - [Editor Command](/docs/{{package}}/{{version}}/editor-command) |
| 103 | + - [Editor Model](/docs/{{package}}/{{version}}/editor-model) |
| 104 | + - [Editor Rules](/docs/{{package}}/{{version}}/editor-rules) |
| 105 | + - [Event Hooks](/docs/{{package}}/{{version}}/editor-events) |
| 106 | + - [Usage](/docs/{{package}}/{{version}}/editor-usage) |
| 107 | + - [Tutorial](/docs/{{package}}/{{version}}/editor-tutorial) |
| 108 | + - [Github](https://github.com/yajra/laravel-datatables-editor) |
0 commit comments