✨ Añade funcionalidades en bundles de componentes
This commit is contained in:
parent
a455488044
commit
4ae6580357
11 changed files with 114 additions and 15 deletions
|
|
@ -92,6 +92,12 @@ impl Row {
|
|||
self
|
||||
}
|
||||
|
||||
#[fn_builder]
|
||||
pub fn alter_bundle(&mut self, op: BundleOp, column: grid::Column) -> &mut Self {
|
||||
self.columns.alter_bundle(op, column);
|
||||
self
|
||||
}
|
||||
|
||||
#[fn_builder]
|
||||
pub fn alter_template(&mut self, template: &str) -> &mut Self {
|
||||
self.template = template.to_owned();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue