Freezing columns/rows in AEM table component | Community
Skip to main content
New Participant
January 22, 2025
Solved

Freezing columns/rows in AEM table component

  • January 22, 2025
  • 3 replies
  • 532 views

Hello, I've placed a table 2.0 component in my AEM site and it's a bit large. I was wondering if it was possible to freeze header columns or rows like you would in Excel?

 

Thank you in advance for your answers.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

Hi @laurenlo4 

 

It looks like you're using a custom component. While it's technically possible to implement freezing effects on HTML tables, you'll need to develop this functionality specifically for your component.

Example : https://stackoverflow.com/questions/45071085/freeze-first-row-and-first-column-of-table 

3 replies

kautuk_sahni
Employee
January 27, 2025

@laurenlo4 Did you find the suggestions helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!

Kautuk Sahni
arunpatidar
arunpatidarAccepted solution
New Participant
January 23, 2025

Hi @laurenlo4 

 

It looks like you're using a custom component. While it's technically possible to implement freezing effects on HTML tables, you'll need to develop this functionality specifically for your component.

Example : https://stackoverflow.com/questions/45071085/freeze-first-row-and-first-column-of-table 

Arun Patidar
Tethich
New Participant
January 22, 2025

Hi @laurenlo4 

Are you able to provide more details ? Which table 2.0 component exactly ?