You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's confusing that when creating a new row, the name is empty and the user needs to click on the cell to input the name in an input box that appears, and then that input box doesn't go away unless one of the first two rows is selected. The input box is aligned with the "Add..." button, so I accidentally thought that typing a name and then clicking "Add..." would add a new row with that name.
Can the cell in the table be editable to input the name so a separate input box at the bottom of the table isn't needed?
The text was updated successfully, but these errors were encountered:
@ssreerama If we cannot edit within the table/cell, then I agree that selecting Add would open a new dialog for the user to enter the info there, the same as we do on the Files tab. That will be consistent behavior, and much less confusing.
For editing, because in the Filegroups tab there are only check boxes, I don't think we need an Edit button that would then open the dialog.
Good catch on finding that behavior confusing @kisantia.
Is using the DeclarativeTableComponent an option? It does support having input boxes. Ex of sql projects publish dialog using it with an input box in a declarative table component:
It's confusing that when creating a new row, the name is empty and the user needs to click on the cell to input the name in an input box that appears, and then that input box doesn't go away unless one of the first two rows is selected. The input box is aligned with the "Add..." button, so I accidentally thought that typing a name and then clicking "Add..." would add a new row with that name.
Can the cell in the table be editable to input the name so a separate input box at the bottom of the table isn't needed?
The text was updated successfully, but these errors were encountered: