Package-level declarations

Functions

Link copied to clipboard
@Composable
fun ReportHeaderRow(reportState: ReportState, visibleColumns: List<String>)
Link copied to clipboard
@Composable
fun ReportRow(reportState: ReportState, rowData: Map<String, Any?>, visibleColumns: List<String>, modifier: Modifier = Modifier)
Link copied to clipboard
@Composable
fun ReportTable(reportState: ReportState, lazyListState: LazyListState, modifier: Modifier = Modifier)