pennions / Ibiss

Ibiss is our frontend project for styles and components
https://pennions.github.io/Ibiss/
GNU General Public License v3.0
0 stars 0 forks source link

Table component header names not cased correctly #10

Closed jelmerveen closed 2 months ago

jelmerveen commented 2 months ago

When json is presented with pascal casing, EG :

{
  MyColumn: "Data in this column"
}

it will become: my column and not My column.