mathesar-foundation / mathesar

Web application providing an intuitive user experience to databases.
https://mathesar.org/
GNU General Public License v3.0
2.32k stars 320 forks source link

Column types not showing within shared tables and explorations #3455

Closed seancolsen closed 6 months ago

seancolsen commented 6 months ago

Steps to reproduce

  1. Create a table share
  2. View the shared table page
  3. Within the column header cells, expect to see type icons alongside the column names.
  4. Instead, observe question marks for all columns.
  5. Expect to see numbers right-aligned.
  6. Instead, see numbers left-aligned (because they are being treated as text).

    image

pavish commented 6 months ago

Same root cause as https://github.com/mathesar-foundation/mathesar/issues/3452