Closed pdipax closed 6 months ago
made fix to be able to declare the column in the model also on the same row
Before: @column() declare id: number Doesn't work
Now: @column() declare id: number
or
@column() declare id: number
it works the same way
made fix to be able to declare the column in the model also on the same row
Before: @column() declare id: number Doesn't work
Now: @column() declare id: number
or
@column() declare id: number
it works the same way