Haulmont/jmix-frontend

Initial filters don't work in table components

Closed this issue · 0 comments

Steps to reproduce

  1. Open CarBrowserTable.tsx editor
  2. Set initialFilter property of DataTable component to [{manufacturer: {_eq: "BMW"}}]
  3. Open http://localhost:3000/carBrowserTable

AR

Clear button appears like filters are set, but filters are not passed to init query and table shows all items

ER

Data table shows items only with BMW manufacturer