/jquery-datatables-alphabetSearch

AlphabetSearch is a feature plug-in for the jQuery DataTables library that provides A-Z alphabetical search feature.

Primary LanguageJavaScriptOtherNOASSERTION

jQuery DataTables AlphabetSearch

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.

How to use

$('#example').DataTable({
   dom: 'Alfrtip',
   alphabetSearch: {
      column: 0
   }
});

Copyright

License

MIT License, opensource.org/licenses/MIT