Skip to content

dataTables_empty class should also be available on TR #8

@gsouf

Description

@gsouf

When a table is empty there is the following tbody :

<tbody>
   <tr class="odd">
      <td valign="top" colspan="3" class="dataTables_empty">
         Aucune donnée disponible dans le tableau
      </td>
   </tr>
</tbody>

I think it would be reliable to also apply "dataTables_empty" class to the TR too.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions