-
Notifications
You must be signed in to change notification settings - Fork 0
How To: Tables
Mayank Mathur edited this page Apr 19, 2016
·
1 revision
MSD-WF(MSD Web Framework) provides a better table layout.
It's syntax:
<table class="table"></table>
Tables rows are highlighted alternatively with this one addition of class.
Syntax:
<table class="table highlight-alternate"></table>
Table rows are highlighted when the mouse comes over it. And get emphasized when mouse clicked.
Syntax:
<table class="table interactive"></table>
Can I mix them up?
Answer: Yup! Syntax: <table class="table highlight-alternate interactive"></table>
In fact, every property of CSS can be mixed, so, you can create every possible combination.