mirror of
https://github.com/janeczku/calibre-web
synced 2025-10-21 18:47:39 +00:00
Enabled editing of "number" custom_columns in books list
This commit is contained in:
@@ -639,6 +639,10 @@ function singlecheckboxFormatter(value, row){
|
||||
return '<input type="checkbox" class="chk" data-pk="' + row.id + '" data-name="' + this.field + '" onchange="checkboxChange(this, ' + row.id + ', \'' + this.name + '\', 0)">';
|
||||
}
|
||||
|
||||
function ratingFormatter(value, row) {
|
||||
return (value/2);
|
||||
}
|
||||
|
||||
|
||||
/* Do some hiding disabling after user list is loaded */
|
||||
function loadSuccess() {
|
||||
|
Reference in New Issue
Block a user