Interface TablePinnedFieldOptions.Builder

    • Method Detail

      • pinnedLeftFields

        TablePinnedFieldOptions.Builder pinnedLeftFields​(Collection<String> pinnedLeftFields)

        A list of columns to be pinned to the left of a table visual.

        Parameters:
        pinnedLeftFields - A list of columns to be pinned to the left of a table visual.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pinnedLeftFields

        TablePinnedFieldOptions.Builder pinnedLeftFields​(String... pinnedLeftFields)

        A list of columns to be pinned to the left of a table visual.

        Parameters:
        pinnedLeftFields - A list of columns to be pinned to the left of a table visual.
        Returns:
        Returns a reference to this object so that method calls can be chained together.