Skip to content

3.3.2

Compare
Choose a tag to compare
@DavidSuescunPelegay DavidSuescunPelegay released this 17 May 18:14
· 3 commits to master since this release

17/05/2023

What's new

  • Now you can select the number of rows rendered by page (5, 10, 25, 50, 100 or all). You can modify those parameters freely.
    • The feature was developed using lengthMenu and pageLength parameters.
    • No server-side change needed.
  • Now you can go the first and last page of the results.
    • The feature was developed using pagingType: "full_numbers".
    • No server-side change needed.

Enhancements

  • #6 A null check has been added for dtParameters variable in TestRegistersController.cs.