error that can be received if list not loaded
current filters state on page (intermediate inputs values etc.)
is the first load after initialization
loaded items
number of pages that loaded without changing filters or sorting
is list loading at this moment
Optional
total?: null | numberOptional
refreshOptional
shoulddelete item by specified index
index of deleted item
Optional
additional: Additionalif defined, set additional
param of list state
insert item by specified index
index of updated item
updated item
Optional
additional: Additionalif defined, set additional
param of list state
sets sorting column
if asc
defined and Boolean, sets it
otherwise, if this column differs from previous sorting column, asc will be setted with isDefaultSortAsc
param from decorator
otherwise, it will be reverse asc
param from previous state
Optional
asc: booleanupdate item by specified index
index of updated item
updated item
Optional
additional: Additionalif defined, set additional
param of list state
set filters, applied filters, sorting, page and pageSize and request then
additional info that can be recieved together with items