RELEASING: Releasing 1 package(s)
Releases: @warkypublic/oranguru@0.0.6 [skip ci]
This commit is contained in:
@@ -6,7 +6,7 @@ import {
|
||||
type GridColumn,
|
||||
} from '@glideapps/glide-data-grid';
|
||||
import { Group, Stack } from '@mantine/core';
|
||||
import { useDebouncedValue, useElementSize, useMergedRef } from '@mantine/hooks';
|
||||
import { useElementSize, useMergedRef } from '@mantine/hooks';
|
||||
import React from 'react';
|
||||
|
||||
import { BottomBar } from './components/BottomBar';
|
||||
|
||||
@@ -18,7 +18,7 @@ export const GridlerGoAPIExampleEventlog = () => {
|
||||
const [sections, setSections] = useState<Record<string, unknown> | undefined>(undefined);
|
||||
const columns: GridlerColumns = [
|
||||
{
|
||||
Cell: (row, col, colIndx, value, storeState) => {
|
||||
Cell: (row) => {
|
||||
const process = `${
|
||||
row?.cql2?.length > 0
|
||||
? '🔖'
|
||||
@@ -35,7 +35,7 @@ export const GridlerGoAPIExampleEventlog = () => {
|
||||
data: process,
|
||||
displayData: process,
|
||||
status: row?.status,
|
||||
};
|
||||
} as any;
|
||||
},
|
||||
id: 'id_process',
|
||||
title: 'RID',
|
||||
|
||||
Reference in New Issue
Block a user