Merge branch 'feature/add-language' of https://github.com/chris-kruining/calque into feature/add-language
This commit is contained in:
commit
0749d5904f
2 changed files with 70 additions and 43 deletions
|
@ -2,8 +2,8 @@ import { Sidebar } from '~/components/sidebar';
|
|||
import { Column, createDataSet, DataSetGroupNode, DataSetNode, DataSetRowNode, GroupOptions, SelectionMode, SortOptions, Table } from '~/components/table';
|
||||
import { createStore } from 'solid-js/store';
|
||||
import { Person, people } from './experimental.data';
|
||||
import css from './table.module.css';
|
||||
import { createEffect, createMemo, For } from 'solid-js';
|
||||
import css from './table.module.css';
|
||||
|
||||
export default function TableExperiment() {
|
||||
const columns: Column<Person>[] = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue