chore(views/table): disable sorting for note action button

This commit is contained in:
Elian Doran 2025-06-28 17:45:11 +03:00
parent 3d2db23f33
commit bc36676fa1
No known key found for this signature in database

View File

@ -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();