|
|
@ -15,7 +15,7 @@ define(
|
|
|
|
this.$el.append(this.column.get('label'));
|
|
|
|
this.$el.append(this.column.get('label'));
|
|
|
|
|
|
|
|
|
|
|
|
if (this.column.get('sortable')) {
|
|
|
|
if (this.column.get('sortable')) {
|
|
|
|
this.$el.addClass('clickable');
|
|
|
|
this.$el.addClass('sortable');
|
|
|
|
this.$el.append(' <i class="pull-right"></i>');
|
|
|
|
this.$el.append(' <i class="pull-right"></i>');
|
|
|
|
|
|
|
|
|
|
|
|
if (this.collection.state) {
|
|
|
|
if (this.collection.state) {
|
|
|
|