remove guid, reduce latency (gets stuck sometimes tho)
This commit is contained in:
parent
6bc6a039bd
commit
7044ffda79
19 changed files with 291 additions and 251 deletions
|
@ -54,8 +54,6 @@ export default function DataTable<T>({data, columns, className}: {
|
|||
|
||||
dataToDisplay.sort(actualSorter)
|
||||
|
||||
console.log('sorted', {dataToDisplay});
|
||||
|
||||
return <div className={'DataTable ' + (className ?? '')}>
|
||||
<table>
|
||||
<thead className='DataTableHead'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue