Jquery – How can I implement row-count in DataTables when the results are paginated?
I use DataTables to paginate and order a table containing user data. The full data set comes from a MySQL database via a .NET application. The first column of the table has to contain the (current) row count in a…