Next/Back buttons for datatable
Hi Everyone,
I am thinking about but could not find a solution for that.
I have a data table with "n" lines and a text box with the value "1". Every time I load the page it loads the data table and show me the line 1 because I bind the value of the textbox at the data table key column. Then I created a service which called "Next" which sum 1 at the textbox every time I hit the next button which trigger the service "Next" and then I have the line 2. It is working fine.
The problem is about the Back button because I cannot have a service to decrease 1 at the textbox since I cannot bind two "result" from different services.
Any ideas about how can I go down and up in data table using buttons?
Thanks in advance!

