enso/distribution/lib/Standard
marthasharkey ee39fd7f53
Visualise excelwork book sheets, db tables/schemas and add node adding gets to query them (#10362)
changes to current table (and db table) on index click:
- node added on double click
- tooltip added
- cursor changes to pointer
- styled as a link

![7473-table-w-links](https://github.com/enso-org/enso/assets/170310417/5e60c177-3f83-4db7-be86-fa8a9d493204)


Row table types:
Added on click to show value
![7473-row-links](https://github.com/enso-org/enso/assets/170310417/82f878ea-420d-4308-99bf-c77a6340a8c3)



Excel Workbook connections
- show sheet names in column
- sheet names are clickable that add a 'read' node for the corresponding sheet
- Shown in table with header title: Sheets

![7473-excel-links-sheets](https://github.com/enso-org/enso/assets/170310417/748f524e-5cca-4c20-b458-132af9a57ec1)


SQLite Connection:
- shows available schemas in column
- schemas are clickable that add a 'query' node for the corresponding schema/table
![7473-sql-lite-links](https://github.com/enso-org/enso/assets/170310417/21a8006f-c462-4128-874d-05380d3bab00)


Postgres Connection:
- shows available tables in a column
- tables are clickable and add a 'query' node for the corresponding table
![7473-postgres-links](https://github.com/enso-org/enso/assets/170310417/66b134ff-80fd-4995-b445-505919e25cfa)

JS_Object
- style keys as links
![7473-json-links](https://github.com/enso-org/enso/assets/170310417/9ec17c85-c1f4-42ab-b40a-06d6bc29d54f)
2024-07-03 13:58:07 +00:00
..
AWS/0.0.0-dev Implement Decimal support for Postgres backend (#10216) 2024-07-02 15:01:55 -04:00
Base/0.0.0-dev Fix issues with Date.new Widgets and Some Viz Fixes. (#10430) 2024-07-03 06:41:40 +00:00
Database/0.0.0-dev Visualise excelwork book sheets, db tables/schemas and add node adding gets to query them (#10362) 2024-07-03 13:58:07 +00:00
Examples/0.0.0-dev Fix Meta.enso_project (#10192) 2024-06-11 08:31:40 +00:00
Geo/0.0.0-dev Remove old GUI1 ICONs and mapping function (#10086) 2024-05-27 11:17:21 +01:00
Google_Api/0.0.0-dev Autoscoping for File_Format and minor tweaks. (#10348) 2024-06-24 08:28:54 +00:00
Image/0.0.0-dev Autoscoping for File_Format and minor tweaks. (#10348) 2024-06-24 08:28:54 +00:00
Searcher/0.0.0-dev Rename order_by to sort for Table and DB_Table. (#10372) 2024-06-26 17:46:09 +00:00
Snowflake/0.0.0-dev Implement Decimal support for Postgres backend (#10216) 2024-07-02 15:01:55 -04:00
Table/0.0.0-dev Visualise excelwork book sheets, db tables/schemas and add node adding gets to query them (#10362) 2024-07-03 13:58:07 +00:00
Test/0.0.0-dev Fixing Database tests and Snowflake Dialect - part 2 out of ... (#10319) 2024-06-27 14:54:00 +00:00
Visualization/0.0.0-dev Visualise excelwork book sheets, db tables/schemas and add node adding gets to query them (#10362) 2024-07-03 13:58:07 +00:00