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.
$('#example').DataTable({
dom: 'Alfrtip',
alphabetSearch: {
column: 0
}
});
- SpryMedia Limited, datatables.net
- Gyrocode, gyrocode.com
MIT License, opensource.org/licenses/MIT