In the Table Data Editor, a column may not be editable. Is it possible to color the background of those cells to show that they aren't editable? Or maybe a little red X in the column header to indicate?
In the column header, we can display a lock icon to indicate that the cell is not editable. We also also have a tooltip if user hovers over the lock icon explaining that this column is not editable.
|
177 KB
|
189 KB
In Google Big Query, certain data types are not editable. Need to check all data types to see which is not editable.
To test the databases for different non-editable types, you can use our all types scripts located at:
svn://10.1.1.84/QA/branches/SchemaSyncTest - Nhi will give you access.
Check out the SchemaSyncTest folder.
Inside the SchemaSyncTest folder you will see the a list of folders, one for each database.
Inside each of the database folders, there is a keyword_clauses folder.
Inside the keyword_clauses folder you will see scripts for creating database objects(ddl) and insert scripts.
The name of the script relates to the version of the database the script contains. The scripts are additive, so you will want to run the base script first and then the next version of the script until you get to the version that you want.
Most of the all datatype tables are contained in the base ddl but there could be other types in the other follow on versions.
If you are using the Aquafold AWS databases, you will notice that most of the keyword clause schemas are already created out there. Before you run all of the scripts, check if the schema is already available in the database.
To test the databases for different non-editable types, you can use our all types scripts located at:
svn://10.1.1.84/QA/branches/SchemaSyncTest - Nhi will give you access.
Check out the SchemaSyncTest folder.
Inside the SchemaSyncTest folder you will see the a list of folders, one for each database.
Inside each of the database folders, there is a keyword_clauses folder.
Inside the keyword_clauses folder you will see scripts for creating database objects(ddl) and insert scripts.
The name of the script relates to the version of the database the script contains. The scripts are additive, so you will want to run the base script first and then the next version of the script until you get to the version that you want.
Most of the all datatype tables are contained in the base ddl but there could be other types in the other follow on versions.
If you are using the Aquafold AWS databases, you will notice that most of the keyword clause schemas are already created out there. Before you run all of the scripts, check if the schema is already available in the database.
We have grayed out non-editable cells. please, check attachment "non-editable-cells". Let if any changes required.
We have grayed out non-editable cells. please, check attachment "non-editable-cells". Let if any changes required.
Hi Pankaj,
I would prefer if you change the code to use the lock icon and tool tip suggested in the original request.
>>In the column header, we can display a lock icon to indicate that the cell is not editable. We also have a tooltip if >>user hovers over the lock icon explaining that this column is not editable.
Can you give that a try?
Thanks, Tom
Hi Pankaj,
I would prefer if you change the code to use the lock icon and tool tip suggested in the original request.
>>In the column header, we can display a lock icon to indicate that the cell is not editable. We also have a tooltip if >>user hovers over the lock icon explaining that this column is not editable.
Can you give that a try?
Thanks, Tom
Hi Tom,
Changes done as you suggested, Please check attachment "NoteditableCol2"
Please us know if any changes required.
Thanks
Hi Tom,
Changes done as you suggested, Please check attachment "NoteditableCol2"
Please us know if any changes required.
Thanks
This issue is verified on Build no.: ads-windows-x64-18.5.0-dev-8.
SVN# 55529
This issue is verified on Build no.: ads-windows-x64-18.5.0-dev-8.
SVN# 55529
Given this test case in DB2LUW 10.5
Given this test case in DB2LUW 10.5
Font size is not the same for non-editable column headers. Need to fix this to match the font size of the editable columns.
Font size is not the same for non-editable column headers. Need to fix this to match the font size of the editable columns.
Issue #14963 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build ADS 18.5.0-rc-2 |
Time Estimate 10 hours |
1 issue link |
relates to #12740
Issue #12740Multi-table Data Editor should allow edits to columns with the same name |
In Google Big Query, certain data types are not editable. Need to check all data types to see which is not editable.