jQuery DataTables - get page of a given row
问题 I have a dataTable with hundreds of items with a fixed 50 iDisplayLength option. I need to be able to find what page a specific row is within the loaded nodes. All I've managed is to get the position, unfortunately that internal row position does not correspond to the row index with the current sorting and filtering. As an example here on jsFiddle. I can retrieve the position or row #tr4 (position 3) but the iDisplayStart I need is 2. <table id="example"> <thead> <tr> <th>ID</th> <th