Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Header's column is not working
Message
 
 
General information
Forum:
CSS
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01656891
Message ID:
01656915
Views:
31
>Check the element style in the browser.
>FWIW the link style for th has 'text-align' set to '-internal-center' by the user agent stylesheet in Chrome.

I fixed it directly in cshtml, e.g.
<th colspan="{{wm.columns.length}}"  style="text-align:center">
                    {{wm.columnAttribute}}
                </th>
Looks OK now. I can now concentrate on the logic portion of this directive :)
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform