Filip Lauc

Results 55 issues of Filip Lauc

The `editTitleKey` property is in `layout` instead of in `layout.instance`. This is for v5 because it's breaking.

bug
breaking

Unify `table.tableColumns.pipe` and `table.tableColumns.pipeArguments` under single property pipe. from: ``` pipe: ['uppercase', 'custom'], pipeArguments: { 1: `(item) => '' + val + ''` } ``` to: ``` pipe: ['uppercase', (word)...

enhancement
breaking

We need enhance the options for column organization on the table. - [ ] It needs to be possible to change the label of a specific column - [ ]...

enhancement

https://firebase.google.com/docs/app-check?authuser=1

enhancement