pub trait Column: Debug {
// Required method
fn render(&self, i18n: &FluentLanguageLoader) -> Markup;
}
Expand description
A property of an entity that can be rendered as a column on the list page
pub trait Column: Debug {
// Required method
fn render(&self, i18n: &FluentLanguageLoader) -> Markup;
}
A property of an entity that can be rendered as a column on the list page