当用户群沉迷于电子表格时,什么 UI 设计才有意义
在我正在开发的软件的第一次迭代中,我们编写了大量的 js 来模拟类似 Excel 电子表格的体验。现在,用户对他们必须执行的滚动量不满意。他们最喜欢的 UI 是 Excel 电子表格。我想知道什么样的用户界面可以为开发团队提供双赢的局面,并且易于用户掌握。用户群是日复一日进行数字运算的人。 Ajaxy UI 最初并不太适合他们。应用程序应该处理大量的表格数据。
任何建议都将受到欢迎。
编辑:数据是通过不同的服务提供的,用户在将数据保存在特定于应用程序的数据库之前分析、提供评论、进行调整和计算。
In the first iteration of the software I am working on, we wrote tons of js to simulate an excel spreadsheet like experience. Now the users are not happy with the amount of scrolling they have to do. Their favorite UI is excel spreadsheet. I am wondering what kind of UI would provide a win win situation for the dev team and easy to grasp for the users. Userbase is people who do number crunching day in and day out. Ajaxy UI did not fly well with them initially. App is supposed to handle large amount of tabular data.
Any suggestions would be welcome.
EDIT: The data is provided via different services that the user analyzes, provides comments, make adjustments and calculations before the data is persisted in application specific db.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我用这个(虽然经过大量修改)。
此外,还有很多可定制的选项。
http://www.trirand.com/blog/jqgrid/jqgrid.html
I use this (heavily modified though).
Besides, there are a lot of customisable options.
http://www.trirand.com/blog/jqgrid/jqgrid.html
Datagrid 库 (http://dhtmlx.com/docs/products/dhtmlxGrid/index.shtml< /a>) 非常可靠,提供了您想要的所有功能。最棒的是 - 您不必重新发明轮子。
Datagrid library (http://dhtmlx.com/docs/products/dhtmlxGrid/index.shtml) is pretty solid, provides all of the functionality you're after. And the best part - you don't have to reinvent the wheel.
我的建议是使用 Adobe Flex 作为客户端 UI。 Flex 的一些高级优势:
My advice is to use Adobe Flex for your client-side UI. Some high-level advantages of flex: