Options
All
  • Public
  • Public/Protected
  • All
Menu

Module components/InvocationTable

Component that renders invocations data and information in a table

Index

References

Variables

Functions

References

default

Renames and exports InvocationTable

Variables

Const InvocationTable

InvocationTable: React.FC<InvocationTableProps> = ...

InvocationTable Component

Functions

Const createColumns

  • createColumns(fileRenderer: TableCellRenderer, statusCellRenderer: TableCellRenderer): ColumnProps[]
  • Parameters

    • fileRenderer: TableCellRenderer

      function to open file modal button

    • statusCellRenderer: TableCellRenderer

      function to render status cell button

    Returns ColumnProps[]

Generated using TypeDoc