<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Hello list ! Happy new year !<br>
</p>
<p>Here's my problem. First, I create a table with pagelist. Then, I<span
class="HwtZe" lang="en"><span class="jCAhz ChMk0b"><span
class="ryNqvb"> would like it to be sorted <u>by the time
it appears to the reader of the page</u> (</span></span></span>ordered
by days of week (fr)). Unfortunately the function 'order' of
pagelist is not enough for this (because of multiple lines per
each result).</p>
<p>for example :</p>
<table class="sortable">
<thead><tr>
<th align="right">Event</th>
<th align="right">Jours</th>
</tr>
</thead><tbody>
<tr>
<td>festival<br>
</td>
<td>Lundi</td>
</tr>
<tr>
<td>noel<br>
</td>
<td>Dimanche</td>
</tr>
<tr>
<td>good day<br>
</td>
<td>Samedi<br>
</td>
</tr>
<tr>
<td valign="top">arrivée<br>
</td>
<td valign="top">Vendredi<br>
</td>
</tr>
</tbody>
</table>
<p>should be :<br>
</p>
<table class="sortable">
<tbody>
<tr>
<th align="right">Event</th>
<th align="right">Jours</th>
</tr>
<tr>
<td>festival<br>
</td>
<td>Lundi</td>
</tr>
<tr>
<td>arrivée<br>
</td>
<td>Vendredi<br>
</td>
</tr>
<tr>
<td>good day<br>
</td>
<td>Samedi<br>
</td>
</tr>
<tr>
<td valign="top">noël<br>
</td>
<td valign="top">Dimanche<br>
</td>
</tr>
</tbody>
</table>
<p><br>
</p>
<p>Is it possible to use the sortable directive for this ? ex :
class=sortable<br>
</p>
<p>I did not find if the function exists.<br>
</p>
<p>Thanks a lot for your help !</p>
<p><br>
</p>
<div class="moz-signature">-- <br>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title></title>
<b>Benjamin Grassineau</b><br>
<div class="moz-signature">
<div class="moz-signature">
<div class="moz-signature">
<div class="moz-signature">
<div class="moz-signature">
<div class="moz-signature">
<div class="moz-signature">
<div class="moz-signature">
<p> <i><a moz-do-not-send="true"
href="https://cedrea.net/Benjamin-Grassineau">Sociologue</a><br>
</i></p>
<p>Tel : 06 43 95 50 25<br>
</p>
<a
href="http://www.cedrea.net/Benjamin-Grassineau"><img
moz-do-not-send="false"
src="cid:part1.psUhkHgV.1pWrMRoH@gmail.com"
alt="CEDREA" width="97" height="31" border="0"></a><br>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>