Skip to content

1.2.0

Compare
Choose a tag to compare
@DavidSuescunPelegay DavidSuescunPelegay released this 22 Apr 22:33
· 69 commits to master since this release

23/04/2020

Important

  • Due to this framework issue I cannot create a dynamic query, this will be solved in the next release

Updates

  • Updated .NET Core version (2.2 => 3.0)

Miscellaneous

  • Improved README
  • Renamed Visual Studio project from jQueryDatatableServerSideNetCore{versionNumber} to just jQueryDatatableServerSideNetCore, to make it easier to upgrade to new code

Bug fixes

  • #1 Improved JS first load $(() => { ... }); => $(document).ready(function () {});
  • #1 Added strtrunc() function