Replies: 2 comments
-
Hey @susanu thanks for the suggestion. Maybe as a widget ? Creating a Widget::add()->type('datagrid')->cols(3)->inputs(['field1','field2','field3','field4','field5','field6'])
// or if we need more control, accept an array of arrays
[
[
'name' => 'field1',
'label' => 'Field 1,
],
[
// ...
],
] Wouldn't that "quite" work ? I agree with you that's a little bit boring. We introduced "tabs" a few time ago (probably it was you that suggested it), it makes it a little better ... but still 😿 What do you think ? |
Beta Was this translation helpful? Give feedback.
-
Yeah, looks good to me. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I really like this datagrid template for tabler theme: https://preview.tabler.io/datagrid.html
Any way we can implement this into show operation?
We can have a group of columns with this template and the rest with the normal template (the current one).
The current template for show operation is kinda boring.
Let me know what you think.
Beta Was this translation helpful? Give feedback.
All reactions