Data-func td input span demo


This demo shows that td elements with data-func=input will add a span on certain browsers (firefox, IE).

<p>This demo shows that td elements with data-func=input will add a span on certain browsers (firefox, IE).</p>
<table data-array="List" data-autoinsert="1" data-remove="1" class="table table-responsive table-bordered" style="width:auto">
    <tbody data-array="SubList" data-autoinsert="1" data-remove="1">
        <tr class="info lead" data-noarray="1">
            <td data-func="input" data-name="GroupName" data-placeholder="Enter group name"></td>
            <td data-func="input" data-name="Description" data-placeholder="Enter description"></td>
            <td>
            </td>
        </tr>        
        <tr>
            <td data-placeholder="Enter name" data-func="input" data-name="Name"></td>
            <td data-placeholder="Enter description" data-func="input" data-name="Description"></td>
            <td>
                <span class="btn btn-default" data-action="remove"></span>
                <span class="btn btn-default" data-action="sort"></span>
            </td>
        </tr>
    </tbody>
</table>
No JS code used for this example

Output templates

Templates used for document and web page generation:

Friendly Name File Name Template