some improvements to context menu

This commit is contained in:
Chris Kruining 2025-01-08 14:27:45 +01:00
parent 7e5af28ac2
commit b9dbdb5aa9
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
9 changed files with 131 additions and 15 deletions

View file

@ -3,7 +3,6 @@ import { Column, createDataSet, DataSetGroupNode, DataSetNode, DataSetRowNode, G
import { createStore } from 'solid-js/store';
import { Person, people } from './experimental.data';
import { createEffect, createMemo, For } from 'solid-js';
import { Command, createCommand, Modifier } from '~/features/command';
import css from './table.module.css';
export default function TableExperiment() {