muhammad susanto
Well-known Member
- Joined
- Jan 8, 2013
- Messages
- 2,077
- Office Version
- 365
- 2021
- Platform
- Windows
hi all..
how to make sort from small number :
<style type="text/css">
table.tableizer-table {
font-size: 12px;
border: 1px solid #CCC ;
font-family: Arial, Helvetica, sans-serif;
}
.tableizer-table td {
padding: 4px;
margin: 3px;
border: 1px solid #CCC ;
}
.tableizer-table th {
background-color: #104E8B ;
color: #FFF ;
font-weight: bold;
}
</style>
[TABLE="class: tableizer-table"]
<tbody>[TR="class: tableizer-firstrow"]
[TH]col.a
[/TH]
[TH]col.b
[/TH]
[TH]col.c
[/TH]
[/TR]
[TR]
[TD]7[/TD]
[TD]12[/TD]
[TD]3[/TD]
[/TR]
</tbody>[/TABLE]
my expected (sorted)
3
7
12
any help much appreciated..
.sst
how to make sort from small number :
<style type="text/css">
table.tableizer-table {
font-size: 12px;
border: 1px solid #CCC ;
font-family: Arial, Helvetica, sans-serif;
}
.tableizer-table td {
padding: 4px;
margin: 3px;
border: 1px solid #CCC ;
}
.tableizer-table th {
background-color: #104E8B ;
color: #FFF ;
font-weight: bold;
}
</style>
[TABLE="class: tableizer-table"]
<tbody>[TR="class: tableizer-firstrow"]
[TH]col.a
[/TH]
[TH]col.b
[/TH]
[TH]col.c
[/TH]
[/TR]
[TR]
[TD]7[/TD]
[TD]12[/TD]
[TD]3[/TD]
[/TR]
</tbody>[/TABLE]
my expected (sorted)
3
7
12
any help much appreciated..
.sst
Last edited: