jQuery UI Widgets Forums TreeGrid Trying to figure out: TreeGrid.

This topic contains 1 reply, has 2 voices, and was last updated by  admin 9 months, 1 week ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Trying to figure out: TreeGrid. #136044

    vitorio
    Participant

    Is there a way to customize the expand/collapse icons in jqxTreeGrid when using Angular?

    Trying to figure out: TreeGrid. #136051

    admin
    Keymaster

    Hi,

    Sure, this will be with custom CSS.

    For example:

    ::ng-deep .jqx-icon-arrow-right {
      background-image: url('assets/icons/plus.svg') !important;
      background-size: 16px 16px;
      width: 16px;
      height: 16px;
    }
    
    ::ng-deep .jqx-icon-arrow-down {
      background-image: url('assets/icons/minus.svg') !important;
      background-size: 16px 16px;
      width: 16px;
      height: 16px;
    }

    Best regards
    Peter Stoev

    jQWidgets Team
    https://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.