question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Table id displayed in table list

See original GitHub issue

Hi,

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.:

image image

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:closed
  • Created a year ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
yohanbonifacecommented, Oct 25, 2022

ok! cc @LouisDelbosc quick one 😃

0reactions
LouisDelbosccommented, Nov 16, 2022

What you are seeing on the left panel is a list of Pages, which contain Page Widgets (≈ View Sections in the code), which render data from Tables. Pages and Tables are often in a 1:1 relationship for simple documents, but they don’t have to be. Pages can have multiple Widgets drawing from multiple Tables. Multiple Pages could be showing material from the same Table, perhaps filtered or displayed differently. So Pages and Tables can be named differently. What counts as a table name is a little trickier than you might expect, for historic reasons, but what Raw Data Tables / Données sources shows as the name of a table is the logic we’d like to use consistently everywhere. Tagging @dsagal as the best person to speak to a grand unified theory of table names 😃

Ok thanks for the explanation, I have a better understanding now.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found