DataTable frozen column shadow animation

Hello,

I’m trying to add an animation which will drop shadow on the right border of the frozen first column when scrolling horizontally.

Is it supported? (the shadow should be applied on the border-right of both the header of the frozen column and its content cells)

Thank you!

Hello,

You can define a CSS class for the scrolled Datatable and add a shadow for the .webix_ss_left element of the Datatable with this class:

.webix_dtable.split_shadow .webix_ss_left{
   box-shadow:0 0 10px rgba(0,0,0,0.5);
  }

The .webix_ss_left element contains left split columns no matter how many of them are set.

Check the snippet, please: http://webix.com/snippet/c04cb9e7