The `<s:data_table>` tag tag supports the following attributes:
<s:data_table has_search="1" total_rows="384" current_page="3" rows_per_page="25">
<s:button_group>
<s:button href="#" label="Delete Checked Rows">
</s:button_group>
<thead><tr>
<th has_sort="1">Date</th>
<th>Full Name</th>
<th has_sort="1">Amount</th>
<th>Manage</th>
</tr></thead>
<tbody><tr>
<td>Mar 21, 2021 at 14:22</td>
<td>John Smith</td>
<td>$29.95</td>
<td align="center"><s:button href="#" label="Manage"></td>
</tr><tr>
<td>Mar 24, 2021 at 09:53</td>
<td>Mike Jacobs</td>
<td>$53.95</td>
<td align="center"><s:button href="#" label="Manage"></td>
</tr>
</tbody></s:data_table>