AlphabetSearch is a feature plug-in for the jQuery DataTables library that provides A-Z alphabetical search feature.
More information and examples is available at gyrocode.com/projects/jquery-datatables-alphabetsearch.
I've changed the code to suit my needs for a Bootstrap 4 website, it turns the UL inline and adds relevant classes.
$('#example').DataTable({
dom: 'Alfrtip',
alphabetSearch: {
column: 0
}
});
- SpryMedia Limited, datatables.net
- Gyrocode, gyrocode.com
MIT License, opensource.org/licenses/MIT