ProductiveRage / Bridge.React

Bindings for Bridge.NET for React - write React applications in C#!
MIT License
74 stars 14 forks source link

ColSpan case sensitive #1

Closed davidclopez closed 8 years ago

davidclopez commented 8 years ago

When I try to do this: new TableCellAttributes { ColSpan = 5 }

I see this error in chrome: Warning: Unknown DOM property colspan. Did you mean colSpan?