Table id displayed in table list
See original GitHub issueHi,
When a column is set as Reference
or ReferenceList
, there is a drop down to select the destination table. This drop down displays the table id, while I’d expect the table name, which is what the user know.
Eg.:
Not sure if it’s a bug or a feature (maybe in case two tables have the same name ?), but I’ve seen a user troubled by this (and thus thinking the table was not renamed and trying rename it again).
If you also think it’s an issue, we can work on it. If you think it’s on purpose, just close the issue 😃
Thanks!
Yohan
Issue Analytics
- State:
- Created a year ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
How to display all MYSQL table values corresponding to ID ...
How to display all MYSQL table values corresponding to ID where user = x WHEN in separate tables - Stack Overflow. Stack Overflow...
Read more >Tables in HTML documents
11.1 Introduction to tables. The HTML table model allows authors to arrange data -- text, preformatted text, images, links, forms, form fields, other...
Read more ><table>: The Table element - HTML - MDN Web Docs - Mozilla
The <table> HTML element represents tabular data — that is, information presented in a two-dimensional table comprised of rows and columns ...
Read more >Introduction to tables - Microsoft Support
An Access table contains all the data in a database. Learn more about creating and ... Customers table in Access showing layout of...
Read more >HTML table id Attribute - Dofactory
A <table> element with a unique id attribute. Clicking the button displays the number of rows in the table -- both header and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
ok! cc @LouisDelbosc quick one 😃
Ok thanks for the explanation, I have a better understanding now.