Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some fixes for components. #295

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Some fixes for components. #295

wants to merge 4 commits into from

Commits on Jan 20, 2020

  1. Added ability to freeze dialog.

    When freezed, all buttons and header icons are disabled.
    Sellec committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    8dfbaf7 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. Update paginator.js

    Changed setTotalRecords behaviour:
    1) If new page count is smaller than current page number, then new max page is set and paginate event triggered.
    2) If new page count is higher or equal current page number, then doing nothing.
    Related to puidatatable, old behaviour works badly with lazy loading and filtering. When filtered data is received and applied, paginator is need to be updated.
    Sellec committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    c598269 View commit details
    Browse the repository at this point in the history
  2. Update datatable.js

    Fixed initial lazy datasource call error when "rows" parameter was not filled from paginator options becouse in the initial call paginator is not yet created.
    Sellec committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    0e3c2b2 View commit details
    Browse the repository at this point in the history
  3. Update datatable.js

    Added "renderData" event to catch table contents update if you want to bind any trigger handlers.
    Sellec committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    7033b8c View commit details
    Browse the repository at this point in the history