Add Number as items list column option
https://forums.zotero.org/discussion/99844/add-columns-to-desktop-app-report-number
This commit is contained in:
parent
d758d41e56
commit
4f10c00c71
1 changed files with 8 additions and 0 deletions
|
@ -207,6 +207,14 @@ const COLUMNS = [
|
||||||
flex: 1,
|
flex: 1,
|
||||||
zoteroPersist: new Set(["width", "hidden", "sortDirection"])
|
zoteroPersist: new Set(["width", "hidden", "sortDirection"])
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
dataKey: "number",
|
||||||
|
disabledIn: "feed",
|
||||||
|
submenu: true,
|
||||||
|
label: "itemFields.number",
|
||||||
|
flex: 1,
|
||||||
|
zoteroPersist: new Set(["width", "hidden", "sortDirection"])
|
||||||
|
},
|
||||||
{
|
{
|
||||||
dataKey: "pages",
|
dataKey: "pages",
|
||||||
disabledIn: "feed",
|
disabledIn: "feed",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue