microsoft / msopentech-tools-for-intellij

Plugin for easy and fast development to enable developers of Android Apps to connect to Office 365 services and Azure Mobile Services, and developers of Java middleware to connect to Azure compute services
Apache License 2.0
28 stars 34 forks source link

Adding entity to table creating unnecessary extra empty rows . #288

Closed omendrapandey closed 9 years ago

omendrapandey commented 9 years ago

Environment: Windows / IntelliJ14.1.2 / Android Studio 1.2

Click Azure. Click storage. Expand a Storage Account. Expand a particular Storage. Expand tables. Expand a particular table. Add an entity. It will create a filled row / entity in table , Along with this it is creating an extra empty row . Add another entity. It will create another filled row / entity in table , it is creating another extra empty row .

The no. of empty row increases as we add new entity to the table .

It would be nice if we could remove these empty rows .

P.S - When these empty rows are selected , delete button is enabled , but still coudn't delete these rows .

tab1

tab2

omendrapandey commented 9 years ago

The issues seems to be fixed , No extra rows are created now .