Page 1 of 1

Columns header + mouseover event

Posted: Thu May 17, 2018 4:24 pm
by MatteoAllix

Hello,

When the user scrolls down the List Page to see the records, is it possible to block and always show the header of the columns?

Is it possible to remove the roll-over effect that colors the lines on mouseover event?
In sense to set "inherit" in the "Alternate Row Color" property.

Thank you,
Matteo


Re: Columns header + mouseover event

Posted: Sat May 19, 2018 10:03 am
by motfs

When the user scrolls down the List Page to see the records, is it possible to block and always show the header of the columns?

You need to write your own script to handle this. Google "HTML table with fix header" for a solution.

Is it possible to remove the roll-over effect that colors the lines on mouseover event?

You can set the highlight color by modifying this class "ewTableHighlightRow". Search the class in the file "ew.scss" in theme folder to modify. If you have difficulty to understand, read HTML Settings in help file for more detail.