المكوّنات · جدول بصفوف تتوسّع

جدول بصفوف تتوسّع

التفاصيل تحت الصفّ نفسه، بربط aria صحيح

متوسّط
<div class="tb tbe">
  <div class="head"><h4 data-ar="الطلبات" data-en="Orders">الطلبات</h4><span class="cnt"></span></div>
  <div class="wrap"><table>
    <thead><tr>
      <th scope="col" class="ex"></th>
      <th scope="col" data-ar="الطلب" data-en="Order">الطلب</th>
      <th scope="col" data-ar="العميل" data-en="Customer">العميل</th>
      <th scope="col" data-ar="الحالة" data-en="Status">الحالة</th>
      <th scope="col" class="e" data-ar="الإجمالي" data-en="Total">الإجمالي</th>
    </tr></thead>
    <tbody></tbody>
  </table></div>
</div>