Is it possible to turn a datatable so that the column headers are all in the first column down the left hand side?
I’m trying to display information about a single object, maybe datatable is not the correct view to use. What should be used?
Is it possible to turn a datatable so that the column headers are all in the first column down the left hand side?
I’m trying to display information about a single object, maybe datatable is not the correct view to use. What should be used?
maybe datatable is not the correct view to use
You’re right, the common way to work with a single data object is to use the ui.form or the ui.property
I’m trying to have a table with information about an object and a button on the page.
The button should only be visible if the object has a specific property value.
If I use a property then I can set the url and the table is populated.
However I can’t seem to have a button in the table, even with using activeContent.
In a different component (datatable) I can have buttons but I can’t access the data of the object in the property.