Roo/bootstrap/Table.js
authorAlan Knowles <alan@roojs.com>
Fri, 9 Jul 2021 06:15:12 +0000 (14:15 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 9 Jul 2021 06:15:12 +0000 (14:15 +0800)
Roo/bootstrap/Table.js

index 0103f39..d621928 100644 (file)
@@ -591,7 +591,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
             
             if(typeof(config.sortable) != 'undefined' && config.sortable){
                 c.cls = 'sortable';
-                c.html = '<i class="far"></i>' + c.html;
+                c.html = '<i class="fa"></i>' + c.html;
             }
             
             // could use BS4 hidden-..-down