149 | | To render only the datatable or datalist without the filter form, choose the /datatable or /datalist method instead. |
150 | | |
151 | | To choose a particular list type from the URL yet render the filter form, choose the /datatable_f resp. the /datalist_f method (overrides hide_filter). |
| 149 | The controller's hide_filter can be overridden in the URL by: |
| 150 | |
| 151 | - {{{/datatable}}} or {{{/datalist}}} method: always renders the view ''without'' the filter form |
| 152 | - {{{/datatable_f}}} resp. {{{/datalist_f}}} method: always render the view ''with'' the filter form |