Skip to content

TableFooterOptions🔗

Footer options

Definition🔗

public class TableFooterOptions {
  public Boolean show;
  public List<String> reducer;
  public List<String> fields;
  public Boolean enablePagination;
  public Boolean countRows;
}

See also🔗