Search code examples
javascriptangularjssmart-table

Smart-Table is it possible to filter on blur


In the AngularJs module Smart-Table is it possible to force st-search="column" to only trigger on blur?


Solution

  • The st-input-event attribute will override the default to trigger on blur

    <input st-search="firstName" st-input-event="blur" type="search"/>