report_table_builder library

Functions

putTableCellData(List<String> data, double width, double height, double textSize, TableDataPlaceHolder rowItem) Widget
tableLeftPortion(String header, String? subHeader, double stickyColumnWidth, double headerHeight, double subHeaderHeight, double cellHeight, ScrollController leftController, List<TableDataPlaceHolder> rowData, {double textSize = 12}) Widget
tableRightPortionDataBuilder(List<TableDataPlaceHolder> rows, double cellWidth, double cellHeight, ScrollController rightScrollController, {double textSize = 12}) Widget
tableRightPortionHeaderBuilder(List<TableHeaderModel> rightTableHeader, double headerHeight, bool isSubHeadersListEmpty, {double textSize = 12}) Widget
tableSubHeaders(List<String> subHeaderTile, double width, double height, {double textSize = 12}) Widget