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

[Knockout] Multi-Select Matrix - The totalText property doesn't work #7338

Closed
JaneSjs opened this issue Nov 13, 2023 · 0 comments · Fixed by #7397
Closed

[Knockout] Multi-Select Matrix - The totalText property doesn't work #7338

JaneSjs opened this issue Nov 13, 2023 · 0 comments · Fixed by #7397
Assignees
Labels
Milestone

Comments

@JaneSjs
Copy link
Contributor

JaneSjs commented Nov 13, 2023

The totalText property should specify a caption for the total row. However, I see that the total row doesn't have any title.
View Knockout Demo

{
 "pages": [
  {
   "name": "page1",
   "elements": [
    {
     "type": "matrixdropdown",
     "name": "question1",
     "columns": [
      {
       "name": "Column 1",
       "cellType": "text",
       "totalType": "sum",
       "totalDisplayStyle": "decimal"
      }
     ],
     "choices": [
      1,
      2,
      3,
      4,
      5
     ],
     "rows": [
      "Row 1",
      "Row 2"
     ],
     "totalText": "Total"
    }
   ]
  }
 ]
}

image

It works in React (View Demo).
image

@JaneSjs JaneSjs added the bug label Nov 13, 2023
@JaneSjs JaneSjs changed the title Multi-Select Matrix - The totalText property doesn't work [Knockout] Multi-Select Matrix - The totalText property doesn't work Nov 13, 2023
@OlgaLarina OlgaLarina added this to the v1.9.119 milestone Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants