Customize columns in backend view

  • Martijn
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
4 years 5 months ago #129330 by Martijn
Customize columns in backend view was created by Martijn
I wonder if I'm missing it somewhere but can you customize the columns in backend view? Here for example administrator/index.php?option=com_eventbooking&view=registrants
You can add the custom fields but can you change the order of the columns? Or hide some columns? Or would it need an override of a specific file somewhere?

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
4 years 5 months ago #129332 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Customize columns in backend view
Hello

It's not configurable. So you will have to customize code in the file administrator/components/com_eventbooking/view/registrants/tmpl/default.php

Once the change is done, you should move the modified file to administrator/templates/isis/html/com_eventbooking/registrants folder so that the change won't be lost when you update to future releases of the extension

Regards,

Tuan

Please Log in or Create an account to join the conversation.

  • Martijn
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
4 years 5 months ago #129350 by Martijn
Replied by Martijn on topic Customize columns in backend view
Thanks, good to know!

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc