Skip to content

Commit

Permalink
Merge pull request #106 from recke96/renovate/data.table
Browse files Browse the repository at this point in the history
Update dependency com.seanproctor:data-table-material3 to v0.10.0
  • Loading branch information
recke96 authored Oct 20, 2024
2 parents fd058e9 + 44117de commit 156aff8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -251,22 +251,22 @@ fun ResultsTable(
DataTable(
modifier = Modifier.fillMaxWidth().verticalScroll(state),
columns = listOf(
DataColumn(alignment = Alignment.End) {
DataColumn(alignment = Alignment.CenterEnd) {
Text("Nr.", fontWeight = FontWeight.Bold)
},
DataColumn(alignment = Alignment.Start) {
DataColumn(alignment = Alignment.CenterStart) {
Text("Name", fontWeight = FontWeight.Bold)
},
DataColumn(alignment = Alignment.End) {
DataColumn(alignment = Alignment.CenterEnd) {
Text("Scored", fontWeight = FontWeight.Bold)
},
DataColumn(alignment = Alignment.End) {
DataColumn(alignment = Alignment.CenterEnd) {
Text("Conceded", fontWeight = FontWeight.Bold)
},
DataColumn(alignment = Alignment.End) {
DataColumn(alignment = Alignment.CenterEnd) {
Text("CUT", fontWeight = FontWeight.Bold)
},
DataColumn(alignment = Alignment.End) {
DataColumn(alignment = Alignment.CenterEnd) {
Text("Double Hits", fontWeight = FontWeight.Bold)
}
)
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ arrow = "1.2.4"
arrow-suspendapp = "0.4.0"
ballast = "4.2.1"
file-kit = "0.8.7"
data-table = "0.8.1"
data-table = "0.10.0"
flogger = "0.8"
detekt = "1.23.7"
detekt-compose = "0.4.16"
Expand Down

0 comments on commit 156aff8

Please sign in to comment.