Our UI/UX designer is asking whether or not it is possible to add buttons to a single record in the grid while the remaining records do not have the buttons. We do not yet have sufficient experience with the grid and were hoping someone else might have explored this type of design. An example screen is attached. Thanks!
Hi, you should be able to do this with a rowStyleClassDataprovider.
Add a CSS class, like ‘save_and_cancel_button’ to your button columns
Create a calculation in your table that returns a CSS tag, like ‘hide_save_and_cancel_button’ for all the records where you don’t the buttons to show.
Then add something like