frappe / datatable

The Missing Javascript Datatable for the Web
https://frappe.io/datatable
MIT License
1.02k stars 164 forks source link

Filtering keyboard shortcut not working on mac #21

Open joshreeder opened 6 years ago

joshreeder commented 6 years ago

This doesn't seem to work on demo page or in real life.

https://frappe.github.io/datatable/

Austinb commented 6 years ago

Appears the behavior was changed a bit ago which disables the short cut key. There is an option now {inlineFilters: true} which will enable the short cut filters (ctrl/cmd+f).

amrit-citrusleaf commented 6 years ago

@Austinb - The demo index.html has inlineFilters = true but it's still not working in both Mac and Windows.