lundi 29 janvier 2018

TABLE HTML -> How can I change the way it is done?

I am trying to make a table with checkboxes on every row of the table.

I got an example(Code Example link), but I am not being able to get it done. I do not want to use the "data-url" as a source of the table. Except that, everything is accordingly with what I need.

I want to feed the "tbody" by myself.

Here is the example I am following: Code Example

What I want to accomplish:

<tbody>
    <tr>
        <!-- I do not know what to put over here in order to get it working-->
        <td data-field="state" data-checkbox="true"></th>
        <td>Foo</td>
        <td>666</td>
        <td>6969</td>
        <td>Let there be rock</td>
    </tr>
</tbody>




Aucun commentaire:

Enregistrer un commentaire