有一种方法可以在 react-admin 中进行多重排序吗?
there is a way to have multiple sorting in react-admin?
我有一个使用 epilogue 的 nodejs 后端,它支持多个排序值,例如:?sort=first_name,-rating
。
我使用的是非常标准的 dataProvider 我想知道当我点击标签字段时如何在 react-admin 列表中启用此功能。
我该怎么做?谢谢
为了以后的访问者,此功能的请求已于 https://github.com/marmelab/react-admin/issues/2602
关闭
We won't support it in the core. I suggest you write your own Datagrid to support that.
我有一个使用 epilogue 的 nodejs 后端,它支持多个排序值,例如:?sort=first_name,-rating
。
我使用的是非常标准的 dataProvider 我想知道当我点击标签字段时如何在 react-admin 列表中启用此功能。
我该怎么做?谢谢
为了以后的访问者,此功能的请求已于 https://github.com/marmelab/react-admin/issues/2602
关闭We won't support it in the core. I suggest you write your own Datagrid to support that.