|
@@ -3,7 +3,8 @@ import { Root, createRoot } from 'react-dom/client';
|
|
|
import { updateSiteColors } from '../tmdet-extension/tmdet-color-theme';
|
|
|
import { RcsbFv, RcsbFvBoardConfigInterface } from '@rcsb/rcsb-saguaro';
|
|
|
import { fetchDescriptor } from '../UniTmpHelper';
|
|
|
-import { setRegionColors } from '../FeatureViewConfig';
|
|
|
+import { setExternalRowTitleComponent, setRegionColors } from '../FeatureViewConfig';
|
|
|
+import { TmRowTitleComponent } from './TmRowTitleComponent';
|
|
|
|
|
|
const defaultViewerWidth = 600;
|
|
|
const defaultRowTitleWidth = 100;
|
|
@@ -146,6 +147,8 @@ export async function createRcsbFeatureViewer(params: {
|
|
|
const rowConfig = blockConfig[0].featureViewConfig[0].rowConfig;
|
|
|
setRegionColors(rowConfig);
|
|
|
|
|
|
+ setExternalRowTitleComponent(rowConfig);
|
|
|
+
|
|
|
const pfv = new RcsbFv({
|
|
|
boardConfigData: boardConfig,
|
|
|
rowConfigData: rowConfig,
|