djk2 / django-tables2-column-shifter

Simple extension for django-tables2 can dynamically show or hide columns. Using JQuery, Bootstrap 3, Bootstrap 4, Bootstrap 5 and Django >=1.9
BSD 3-Clause "New" or "Revised" License
21 stars 8 forks source link

Typo on class name #5

Closed spapas closed 6 years ago

spapas commented 6 years ago

Hello, on the following line

https://github.com/djk2/django-tables2-column-shifter/blob/a9e16c088283494e7ba7b273fcbfae75b93fcd55/django_tables2_column_shifter/templates/django_tables2_column_shifter/bootstrap3.html#L12

you have btn-defautl which probably should have been btn-default. Also, there's no reason to have btn-xs two times (and also have a btn-sm) there.

djk2 commented 6 years ago

I will try fix this in this week. Thanks for issue.

djk2 commented 6 years ago

Fixed. Changes in version 0.4.1