mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-19 17:01:13 +00:00
Add react editor and pass column headers
This commit is contained in:
@@ -11,6 +11,10 @@ export interface IDocumentsTableComponentProps {
|
||||
items: DocumentsTableComponentItem[];
|
||||
onSelectedItem: (index: number) => void;
|
||||
size: { height: number; width: number };
|
||||
columnHeaders: {
|
||||
idHeader: string;
|
||||
partitionKeyHeader: string;
|
||||
};
|
||||
style?: React.CSSProperties;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user