how to print the displayed rows?

how to print the displayed rows?

hekmathekmat Posts: 2Questions: 1Answers: 0

i have a table that has 61 rows, i am using datatables which the number of rows for displaying each time is 10 or 25 or 50.
what i want is to print the displayed rows each time, for example, i have selected to display 10 rows, it should print only that 10 rows, and when selecting 25 rows to display, it should print 25 rows of the table?
can you guys help me out?

Answers

  • kthorngrenkthorngren Posts: 21,083Questions: 26Answers: 4,908

    Are you saying that the table displays 61 rows even if you select 10 rows?

    Dis you enable serverSide processing? If so that might be the problem if your server script is not setup for the server side processing request/response process.

    Without at least seeing your Datatables init code and a more detailed description of the problem it will be difficult to help.

    Kevin

This discussion has been closed.