|
|
@ -1,4 +1,5 @@ |
|
|
|
import React, {useState, useEffect, useContext, useRef, ReactNode} from 'react' // eslint-disable-line
|
|
|
|
import React, {useState, useEffect, useContext, useRef, ReactNode} from 'react' // eslint-disable-line
|
|
|
|
|
|
|
|
import { CustomTooltip } from "@remix-ui/helper"; |
|
|
|
|
|
|
|
|
|
|
|
import './remix-ui-grid-section.css' |
|
|
|
import './remix-ui-grid-section.css' |
|
|
|
import FiltersContext from "./filtersContext" |
|
|
|
import FiltersContext from "./filtersContext" |
|
|
@ -13,6 +14,8 @@ const _paq = window._paq = window._paq || [] |
|
|
|
interface RemixUIGridSectionProps { |
|
|
|
interface RemixUIGridSectionProps { |
|
|
|
plugin: any |
|
|
|
plugin: any |
|
|
|
title?: string |
|
|
|
title?: string |
|
|
|
|
|
|
|
onClickTitle?: () => void |
|
|
|
|
|
|
|
tooltipTitle?: string |
|
|
|
hScrollable: boolean |
|
|
|
hScrollable: boolean |
|
|
|
classList?: string |
|
|
|
classList?: string |
|
|
|
styleList?: any |
|
|
|
styleList?: any |
|
|
|