mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Added TemplateBackedCell for all your cell template needs
This commit is contained in:
@@ -34,21 +34,8 @@ Backgrid.AirDateCell = Backgrid.Cell.extend({
|
||||
}
|
||||
});
|
||||
|
||||
Backgrid.EpisodeProgressCell = Backgrid.Cell.extend({
|
||||
className: "episode-progress-cell",
|
||||
template: 'Series/EpisodeProgressTemplate',
|
||||
|
||||
render: function () {
|
||||
var data = this.model.toJSON();
|
||||
var html = Marionette.Renderer.render(this.template, data);
|
||||
this.$el.html(html);
|
||||
|
||||
return this;
|
||||
}
|
||||
});
|
||||
|
||||
Backgrid.ControlsColumnCell = Backgrid.Cell.extend({
|
||||
className: "controls-cell",
|
||||
Backgrid.TemplateBackedCell = Backgrid.Cell.extend({
|
||||
className: '',
|
||||
template: 'Series/Index/Table/ControlsColumnTemplate',
|
||||
|
||||
render: function () {
|
||||
|
Reference in New Issue
Block a user