插入表格视图并添加按钮或空行时,什么是最好的?

问题描述:

当呈现一个简单的表格视图(或者我想甚至是列表视图)时,您输入新数据的首选方法是什么.

When presented with a simple table view (or even a list view I suppose) what is your preferred method of entering new data.

使用这样的添加/删除按钮:

With add/delete buttons like this:

或者用一个空行表示一条新记录,如下所示:

Or with a blank line indicating a new record like this:

这个问题有点开放,但我个人更喜欢添加按钮,它对最终用户来说更加明确.

The question is a bit open to opinion but personally I prefer the add button, it is much more explicitly clear to the end user.

空白行可能看起来只是另一行数据,而不是添加内容的机会.

The blank line can look like just another line of data, not an opportunity to add something.