In the AngularJs module Smart-Table is it possible to force st-search="column" to only trigger on blur?
The st-input-event attribute will override the default to trigger on blur
<input st-search="firstName" st-input-event="blur" type="search"/>