mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 01:05:49 +01:00
chore(views/table): disable sorting for note action button
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user