mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
chore(views/table): disable sorting for note action button
This commit is contained in:
parent
3d2db23f33
commit
bc36676fa1
@ -69,6 +69,7 @@ export function buildColumnDefinitions(info: PromotedAttributeInformation[]) {
|
||||
title: "Open note",
|
||||
width: 40,
|
||||
hozAlign: "center",
|
||||
headerSort: false,
|
||||
formatter: () => `<span class="bx bx-window-open"></span>`,
|
||||
cellClick: (e, cell) => {
|
||||
const noteId = cell.getRow().getCell("noteId").getValue();
|
||||
|
Loading…
x
Reference in New Issue
Block a user