Using down arrow to navigate the table and scroll up one line when last row is reached
Using down arrow to navigate the table and scroll up one line when last row is reached
techbie
Posts: 1Questions: 0Answers: 0
Hi - I am trying to have a down arrow to navigate the jquery datatable. And when we reach the last line, then next row gets shown and the table scrolls up one line up.
For eg, let the table be this:
Row 1
Row 2
Row 3
Row 4
Row 5
When I reach the row 5 using the down arrow, and press down once again, the new data table will be:
Row 2
Row 3
Row 4
Row 5
Row 6
Hope you can give some info on how to achieve this.
Thx
For eg, let the table be this:
Row 1
Row 2
Row 3
Row 4
Row 5
When I reach the row 5 using the down arrow, and press down once again, the new data table will be:
Row 2
Row 3
Row 4
Row 5
Row 6
Hope you can give some info on how to achieve this.
Thx
This discussion has been closed.