cancel
Showing results for 
Search instead for 
Did you mean: 

Scrolling on row/col in tableview

Former Member
0 Kudos

The user is on a huge tableview, he scrolls down for 3 pages and he clicks on a cell.

That's open a popup window, when he closes this window i need to refresh the tableview and <u>focus on the previous cell</u>

<u>Focus on the previous cell</u> that is the problem , i find a solution but i think there is smater, if you have a best solution...

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I can't post my code, why ?

GrahamRobbo
Active Contributor
0 Kudos

Hi Thierry,

you probably have some HTML tag in your code that the SDN portal can't handle.

For example a meta tag (with < and > around it) will not work.

Try and change these tags to something else, e.g. <metb>

Cheers

Graham

Former Member
0 Kudos

OK thanks for your help.

Well,

I create a bsp:htmlbEvent : zero_SCROLL

this event is trigger when the javascript onscroll is triggered itself.

in onInputProcessingEvent i remove the tableview.visibleFirstRow

I think there is better, can you help me ?

Best regards

EVENT_ID = 'zero_SCROLL'.

  • On dévérouille la premiere ligne affichée

g_ligne = 1.

endif.

endif.