mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Better Backgrid.Column defaults, much cleaner
This commit is contained in:
parent
16e13e0c24
commit
92d913e4ac
5 changed files with 134 additions and 167 deletions
|
@ -1,5 +1,16 @@
|
|||
"use strict";
|
||||
|
||||
Backgrid.Column.prototype.defaults = {
|
||||
name: undefined,
|
||||
label: undefined,
|
||||
sortable: true,
|
||||
editable: false,
|
||||
renderable: true,
|
||||
formatter: undefined,
|
||||
cell: undefined,
|
||||
headerCell: 'nzbDrone'
|
||||
};
|
||||
|
||||
Backgrid.TemplateBackedCell = Backgrid.Cell.extend({
|
||||
className: '',
|
||||
template: 'Series/Index/Table/ControlsColumnTemplate',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue