ColumnData: {
    content: ((user: User) => Mithril.Children);
    name: Mithril.Children;
}

Type declaration

  • content: ((user: User) => Mithril.Children)
      • (user: User): Mithril.Children
      • Component(s) to show for this column.

        Parameters

        Returns Mithril.Children

  • name: Mithril.Children

    Column title

Generated using TypeDoc v0.23.24