Tweaked data table to not have a border. Added new yes no dialog that can be reused.
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user