Triply-Dev / YASGUI.YASR-deprecated

Deprecated, see https://github.com/TriplyDB/Yasgui for the Yasgui monorepo
MIT License
26 stars 22 forks source link

Make search field optional #3

Closed tploeger closed 10 years ago

tploeger commented 10 years ago

It would be great if you can disable the search bar, just like you can disable the download button and result visualization selector.

LaurensRietveld commented 10 years ago

This is already possible by changing the plugin settings (see datatables reference). If you (before initialization) you add this, the length-change widget and filter functionality should be gone: YASR.plugins.table.defaults.datatable.searching = false; YASR.plugins.table.defaults.datatable.lengthChange = false;

tploeger commented 10 years ago

:+1: