-
Notifications
You must be signed in to change notification settings - Fork 781
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remote data source support #73
Comments
I dont want to support this feature in near future. I want to fix bugs and enhance function currently. So about fetching remote data, I think you should do it in your web util module or something like that, and feed the data in |
我现在正在实现这个功能,请问如何设计api比较合适? |
HI @luqin, currently, I've no idea about that ;( and in near future, I dont have idea to solve this issues. |
可以参考下这个 Table: 不过 DataSource 提供成这样更好: http://zippyui.com/react-datagrid/#/examples/remote-data-source-with-jquery |
提供基于 promise 方式的 DataSource 接口如何? |
或者是我们同时支持两种方式 |
I have a basic claim : Just don't modify the origin design as fully as possible. So, how about separate the loading data in local and remote, I means if use |
http://zippyui.com/react-datagrid/#/examples/remote-data-source-with-jquery Thanks, It's a best solution for our requirement, how do you thinks? |
这种方式呢?http://ant.design/components/table/ 分为 local 和 remote 两种方式,我感觉 local 时 DataSet 没有作用,直接 setState render 数据就够了。 |
另外我觉得 insert Row 还有 toast 完全没有必要,我们另外需要的是 remote 取数据时的 loading 状态。 |
http://ant.design/components/table/ >> it's ok About toastr, it's a PR add |
能不能将警告提供回调给用户,让用户决定警告的展示方式?我们默认用console控制台。你觉得如何? |
I thinks it's ok and is good feature, but we need to provide the default alarm for user, so you can add this customize alarm to |
另外css能不能提供更多的选择?
|
Good |
Support on |
The text was updated successfully, but these errors were encountered: