SergShulga

Results 3 issues of SergShulga

Is it possible to somehow implement changing (hot reload) the CRUD data representation from **list** to **cards** mode? This would be very useful for mobile phones. 是否有可能以某种方式实现将 CRUD 数据表示从 LIST...

Input-range is a nice element, but has static min\max values. This notation is unacceptable ```python amis_filter_item = { "type": "input-range", "multiple": True, "size": "lg", "min": "${xxx}", "max": "${xxx}", "step": "${xxx}"...

I have the following field configuration in a model: ```python store_min_cost: float = Field( default=0.0, nullable=True, title="КЛ ₽(м2) min", amis_table_column={'type': "number", 'kilobitSeparator': True, 'sortable': True}, amis_filter_item= { "type": "input-group", "description":...