Interface UiDataTable<R>

    • Method Detail

      • of

        static <R> UiDataTable<R> of​(R template)
        Type Parameters:
        R - type of the data for the rows displayed by this widget.
        Parameters:
        template - an instance of the row data as template.
        Returns:
        the new UiDataTable.