mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 14:20:36 +08:00
feat(views/table): switch to bootstrap theme
This commit is contained in:
parent
e09a7fb6e0
commit
f528fa25d1
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ import type { CommandListenerData, EventData } from "../../../components/app_con
|
|||
import type { Attribute } from "../../../services/attribute_parser.js";
|
||||
import note_create from "../../../services/note_create.js";
|
||||
import {Tabulator} from 'tabulator-tables';
|
||||
import "tabulator-tables/dist/css/tabulator.min.css";
|
||||
import "tabulator-tables/dist/css/tabulator_bootstrap5.min.css";
|
||||
|
||||
const TPL = /*html*/`
|
||||
<div class="table-view">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue