We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
6dc1b4d
I made it possible to hide items under specific conditions in the list.
config.list.item(:name).show_only {|rec| rec.foobar? }
Pass a block and return a boolean value.