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

feat(IColumnState): add disableHiding property on 12.2.x #10308

Closed

Conversation

katherinedragieva
Copy link
Contributor

@katherinedragieva katherinedragieva commented Oct 18, 2021

Closes #9304

Additional information (check all that apply):

  • Bug fix
  • New functionality
  • Documentation
  • Demos
  • CI/CD

Checklist:

  • All relevant tags have been applied to this PR
  • This PR includes unit tests covering all the new code (test guidelines)
  • This PR includes API docs for newly added methods/properties (api docs guidelines)
  • This PR includes feature/README.MD updates for the feature docs
  • This PR includes general feature table updates in the root README.MD
  • This PR includes CHANGELOG.MD updates for newly added functionality
  • This PR contains breaking changes
  • This PR includes ng update migrations for the breaking changes (migrations guidelines)
  • This PR includes behavioral changes and the feature specification has been updated with them

dobromirts and others added 30 commits October 7, 2021 10:53
fix(hierarchical-grid): add correct check for row and expansion indexes
…2.2.x

feat(exporters): add providedIn root to exporters - 12.2.x
refactor(icon): return SafeHtml from IconService

spec(icon-service): update

refactor(icon): remove lifecycle hook changes

docs(icon, icon-service): update after changes

docs(icon-service): update

refactor(icon): update template and theme

chore(*): update svg assets

refactor(icon-service): simplify family initialization

spec(icon-service): fix failing test

refactor(advanced-filtering): show friendly name for igx-select text

refactor(icon, icon-service): simplify code

test(grid): dont include the svg icon in the query for dropdown item

refactor(icon, icon service): cache svg icons as SafeHtml

refactor(icon): replace svg wrapper with a div

refactor(demos): add a new test icon

refactor(icon): set svg and div to display block
kdinev and others added 26 commits October 11, 2021 17:37
…rective-12.2.x

V dyulgerov/fix igx grid state directive 12.2.x
refactor(icon-service): cache svg icons as text
docs(readme): adding app builder links
fix(esf): add empty filter if no filter is applied - 12.2.x
…tion-v.12.2.x

Fix overlay closing animation duration v.12.2
fix(grid): set correct indexes of rows with selected data in the extractDataFromSelection method - 12.2.x
fix(icon-service): can't register icon w/o family
@katherinedragieva katherinedragieva deleted the kdragieva/IgxGridState-disableHiding-on-12.2.x branch October 18, 2021 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Is the IgxGridState directive supposed to honor the disableHiding column attribute?