Skip to content

Tags: AppsDevTeam/datagrid-components

Tags

v1.3.7

Toggle v1.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #18 from AppsDevTeam/f-sliding-window-pagination

feat: sliding window pagination

v1.3.6

Toggle v1.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #16 from AppsDevTeam/f-default-windowed-pagination

feat: výchozí blokově zarovnané okno stránek v paginatoru

v1.3.5

Toggle v1.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #16 from AppsDevTeam/f-default-windowed-pagination

feat: výchozí blokově zarovnané okno stránek v paginatoru

v1.3.4

Toggle v1.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #13 from AppsDevTeam/translation

translations

v1.3.3

Toggle v1.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #12 from AppsDevTeam/f-fix-validate-grid-filter-name

Fix duplicate-name validation in GridFilterForm to use full grid name

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #11 from AppsDevTeam/fix-null-entity

fix(BaseGrid): improve entity retrieval and error handling

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #10 from AppsDevTeam/f-fix-lang-variable

fix lang variable

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #9 from AppsDevTeam/f-feature-switchers

f-feature-switchers

v1.2.0

Toggle v1.2.0's commit message
Refactors data source initialization and optimizes isActive logic

Extracts the grid data source setup into a dedicated method to facilitate easier overriding in child classes. Additionally, updates the isActive column handling to return early and skip entity metadata retrieval when the column is explicitly disabled.

v1.1.7

Toggle v1.1.7's commit message
Makes ACL checks optional for edit and delete actions

Updates EditParams and DeleteParams to support optional ACL resources and enforces permission verification within handleEdit and handleDelete to prevent unauthorized access. Additionally, moves delete-related translations to the ublaboo_datagrid namespace for better consistency.