Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Header's column is not working
Message
 
 
À
03/01/2018 12:27:06
Information générale
Forum:
CSS
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01656891
Message ID:
01656915
Vues:
32
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform