Marco Grassi
Marco Grassi
**Describe the bug** Sometimes, when routing my view component show a wrong layout then I expect. But, If I resize the window manually, layout return normal automatically. ``` const styleSheet...
It might be useful to add two options: - firstDay: the first day that will be shown on the calendar - showNumberOfDays: number of days to display
I'm testing the implementation of the keyword 'containsArray' in where clause. Find subarray value in array field ``` 'containsArray': function _containsArray(r, row, field, value) { return row(field).default([]).setIntersection(r.expr(value).default([])).count().eq(value.length); } ``` ```...