Hi,
How can the table footer be set to static. I am able set the first row
- header as static using
THEAD.fixedHead er TR {
POSITION: relative; TOP:
expression(docu ment.getElement ById("tableCont ainer").scrollT op)
}
But for footer, it is not working.
I need to set the last row of the table as static.
Could you please anyone help me regarding this.
Thankyou,
Bindu.
How can the table footer be set to static. I am able set the first row
- header as static using
THEAD.fixedHead er TR {
POSITION: relative; TOP:
expression(docu ment.getElement ById("tableCont ainer").scrollT op)
}
But for footer, it is not working.
I need to set the last row of the table as static.
Could you please anyone help me regarding this.
Thankyou,
Bindu.
Comment