mariuszfoltak / angular2-datatable

DataTable - Simple table component with sorting and pagination for Angular2
202 stars 182 forks source link

Add bootstrap 4 support to sorting headers (no more glyphicon) #61

Open adamk33n3r opened 7 years ago

adamk33n3r commented 7 years ago

Bootstrap v4 dropped glyphicon so there are no longer triangles on sorted columns. Issue #58 refers to updating the pagination to support v4. Could we get some support for the rest of this plugin? :smile:

adamk33n3r commented 7 years ago

Since this would probably be a breaking change between bootstrap 3, maybe we could have an option to set which version we want to use.