Is DataTables ADA Compliant?

Is DataTables ADA Compliant?

bkenisonbkenison Posts: 1Questions: 1Answers: 0

Is DataTables ADA Compliant? I'm noting no labels on the "Show X Entries" and "Search" fields.

Answers

  • allanallan Posts: 61,822Questions: 1Answers: 10,127 Site admin

    As far as I am aware.

    I'm noting no labels on the "Show X Entries" and "Search" fields.

    I'm not sure where you are looking, but they are there:

    <div class="dataTables_length" id="example_length">
        <label>Show
            <select name="example_length" aria-controls="example" class="">
                <option value="10">10</option>
                <option value="25">25</option>
                <option value="50">50</option>
                <option value="100">100</option>
            </select> entries</label>
    </div>
    <div id="example_filter" class="dataTables_filter">
        <label>Search:
            <input type="search" class="" placeholder="" aria-controls="example">
        </label>
    </div>
    

    Allan

This discussion has been closed.