update table demo

This commit is contained in:
afc163 2017-03-22 20:24:48 +08:00
parent df9a75f33d
commit 106d9a70e2

View File

@ -61,4 +61,12 @@ ReactDOM.render(
.column-money {
text-align: right;
}
/* Align the column header too */
/*
th.column-money,
td.column-money {
text-align: right;
}
*/
````