Skip to content

Instantly share code, notes, and snippets.

View avlima's full-sized avatar
🏠
Working from home

Alberto Vieira de Lima avlima

🏠
Working from home
View GitHub Profile
@avlima
avlima / how-to-sort-records-containing-accents.markdown
Created April 11, 2018 03:45
how to sort records containing accents
@avlima
avlima / index.html
Last active September 6, 2018 14:56
sort the records containing accents angular-datatables
<div ng-app="datatablesSampleApp">
<div ng-controller="SampleCtrl as showCase">
<table datatable="" dt-options="showCase.dtOptions" dt-columns="showCase.dtColumns" class="row-border hover"></table>
</div>
</div>