Skip to content

in table component, naming a column "progress" lead to weird layout #830

Closed
@setop

Description

@setop

Introduction

In table component, naming a column "progress" lead to weird layout of the column.
Any other variation of the name and type does not produce that.

To Reproduce

select 'table' as component;
select 
  'foo' as name
  , 100*0.1 as progress;               ---    <- note the name of the column

Actual behavior

column values are displaced.

Screenshots

Image

Expected behavior

column values are aligned with the rest of the line.

select 'table' as component;
select 
  'foo' as name
  , 100*0.1 as progres_;               ---    <- note the name of the column

Image

Version information

  • OS:linux
  • Database : SQLite
  • SQLPage Version : 0.33.0

Additional context

Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions