# Tables

Tables are a fundamental element of the Sunbird-Ed portal's design, used for presenting structured data in an organized and user-friendly manner. Our tables are designed for clarity, consistency, and ease of use, ensuring that users can efficiently access and understand the information presented. For more information please refer to this link <https://sunbird-ed.github.io/sunbird-style-guide/dist/#/tables>

<figure><img src="/files/vsTab0jD8Jc7Qt41Woq9" alt=""><figcaption></figcaption></figure>

```html
<div class="sb-table-responsive-div">
  <div class="sb-table-container">
    <table class="sb-table sb-table-striped sb-table-sortable sb-table-fixed sb-table-course-dashboard">
      <thead>
        <tr>
          <th class="sb-sort-icon ascending descending">External ID</th>
          <th class="sb-sort-icon ascending descending">User Name</th>
          <th class="sb-sort-icon ascending descending">Organisation Name</th>
          <th class="sb-sort-icon ascending descending">Enrolled On</th>
          <th class="sb-sort-icon ascending descending">Progress</th>
          <th class="sb-sort-icon ascending descending">Certificate Status</th>
        </tr>
      </thead>
      <tbody>
        <tr>
          <td data-label="Name">177402120</td>
          <td data-label="Age">Course User 100</td>
          <td data-label="Age">Sunbird QA Tenant</td>
          <td data-label="Age">30/07/19</td>
          <td data-label="Age">100%</td>
          <td data-label="Job"><span class="sb-label sb-label-table sb-label-success-0">Issued</span></td>
        </tr>
        <tr>
            <td data-label="Name">177402120</td>
            <td data-label="Age">Course User 100</td>
            <td data-label="Age">Sunbird QA Tenant</td>
            <td data-label="Age">30/07/19</td>
            <td data-label="Age">100%</td>
            <td data-label="Job">N/A</td>
        </tr>
      </tbody>
    </table>
  </div>
</div>  
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ed.sunbird.org/older-versions/contribute/source-code/workflows/ui-user-interface-sunbird-ed-portal/component-style-guide-version-1/tables.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
