bogdan/datagrid

add header to filter type enum or xboolean

mostafasobh opened this issue · 2 comments

is it possible to have header for filter type enum?
if not is there away to add placeholder?

You can add placeholder or any other HTML attribute this way:

filter(:category, :enum, input_options: {placeholder: "---Select---"})

I am not sure what do you mean by adding a header. Please explain.

No followup - closing.