Tweaked data table to not have a border. Added new yes no dialog that can be reused.

This commit is contained in:
2023-04-21 08:33:46 -07:00
parent ac9d041cbc
commit be22d0acd7
2 changed files with 145 additions and 2 deletions

View File

@ -126,9 +126,10 @@ class DataTable extends IgniteElement {
)
)
),
//Rows
new div().class("table-responsive rounded-2 mb-3").child(
new table().class("table table-striped align-middle mb-0").child(
new table().class("table table-striped align-middle mb-0 table-borderless").child(
//Table columns
new thead().class("table-dark").child(
new tr().child(