Comments santosimark started the conversationOctober 26, 2021 at 10:40amIn /account/properties how to remove the "Operations" column in list ?? 252The repliedOctober 26, 2021 at 1:27pmYou can do it by coding: Find to platform\plugins\real-estate\src\Tables\AccountPropertyTable. And add this code: /** * @var bool */ protected $hasOperations = false; It look like Sign in to reply ...
In /account/properties how to remove the "Operations" column in list ??
You can do it by coding:
Find to platform\plugins\real-estate\src\Tables\AccountPropertyTable.
And add this code:
It look like