some improvements to context menu
This commit is contained in:
parent
7e5af28ac2
commit
b9dbdb5aa9
9 changed files with 131 additions and 15 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue