Strange behaviour on Table Generator

I’ve mapped a BS4 table generator to my server action which fetches a list of projects. The projects all have project names present:

But when it’s rendered, the project name is empty:

I also noticed that in the cells the rendered field “location” and “project name” look different:

What am I doing wrong here?

Please don’t use spaces in database column names, it’s a really bad practice and causes troubles like this.
It’s better to use lowercase letters and underscores like column_name

2 Likes

Got it. Thanks @Teodor

1 Like