Min Cell Width

Hi
We wanted to have thinner cells on one view but it seems to default to a overall min width of a cell.
We would like to, for that view only, make this min width thinner / lower
Could you advise on that one?

1 Reply

VD Vinitha Devi Murugan Syncfusion Team November 15, 2019 10:39 AM UTC

Hi Matt, 
 
Syncfusion Greetings. 
 
We achieved your requirement by using CSS. Please refer below sample. 
 
 
In the above sample we thinner the width of timeline week by using below highlight class name. 
 
.schedule-cell-dimension.e-schedule 
  .e-timeline-view.e-timeline-week-view 
  .e-content-wrap 
  table 
  col { 
  width: 20px; 
} 
.schedule-cell-dimension.e-schedule  .e-timeline-view.e-timeline-week-view .e-date-header-wrap, .e-schedule .e-timeline-month-view .e-date-header-wrap { 
    font-size: 8px; 
} 
 
} 
 
Regards, 
M.Vinitha devi  


Loader.
Up arrow icon