-
Notifications
You must be signed in to change notification settings - Fork 814
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7256 from surveyjs/issue/7243-Dynamic-Matrix---No…
…-space-between-the-last-and-total-rows #7243 Dynamic Matrix - No space between the last and total rows
- Loading branch information
Showing
7 changed files
with
199 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,143 @@ | ||
<div> | ||
<div> | ||
<table class="sv_q_matrix_dynamic"> | ||
<thead> | ||
<tr> | ||
<th class="sv_matrix_cell_header sv_matrix_cell--dropdown"> | ||
<span class="sv-string-viewer">Column 1</span> | ||
</th> | ||
<td class="sv_matrix_cell_header sv_matrix_cell--action"> | ||
</td> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr class="sv_matrix_row" data-sv-drop-target-matrix-row="testid0row1"> | ||
<td class="sv_matrix_cell" colspan="1" data-responsive-title="Column 1" title="Column 1"> | ||
<div> | ||
<div> | ||
<div class="sv_select_wrapper"> | ||
<div aria-controls="testid0row1cell0i_list" aria-expanded="false" aria-invalid="false" aria-label="Column 1" aria-required="false" class="sv_q_dropdown_control" role="combobox"> | ||
<div class="sv_q_dropdown__value"> | ||
<input aria-controls="testid0row1cell0i_list" aria-expanded="false" aria-label="Column 1" autocomplete="off" class="sv_q_dropdown__filter-string-input" inputmode="text" placeholder="Select..." role="combobox" type="text"> | ||
</div> | ||
<div class="sv_q_dropdown_clean-button" style="display:none;"> | ||
<svg aria-label="Clear" class="sv_q_dropdown_clean-button-svg sv-svg-icon" role="img"> | ||
<use xlink:href="#icon-clear_16x16" class=""> | ||
</use> | ||
<title class="">Clear</title> | ||
</svg> | ||
</div> | ||
</div> | ||
<div> | ||
<div class="sv-dropdown-popup sv-popup sv-popup--dropdown sv-single-select-list" style="display:none;" tabindex="-1"> | ||
<div class="sv-popup__container"> | ||
<div class="sv-popup__shadow"> | ||
<div class="sv-popup__body-content"> | ||
<div class="sv-popup__scrolling-content"> | ||
<div class="sv-popup__content"> | ||
<div class="sv-list__container"> | ||
<div class="sv-list__empty-container"> | ||
<div aria-label="No data to display" class="sv-list__empty-text">No data to display</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</td> | ||
<td class="sv_matrix_cell sv_matrix_cell_actions" colspan="1" data-responsive-title="" title=""> | ||
<div class="sv-action-bar sv-action-bar--default-size-mode"> | ||
<div class="sv-action"> | ||
<div class="sv-action__content"> | ||
<button class="sv_matrix_dynamic_button" type="button"> | ||
<span class="sv-string-viewer">Remove</span> | ||
<span> | ||
</span> | ||
</button> | ||
</div> | ||
</div> | ||
</div> | ||
</td> | ||
</tr> | ||
<tr class="sv_matrix_row" data-sv-drop-target-matrix-row="testid0row3"> | ||
<td class="sv_matrix_cell" colspan="1" data-responsive-title="Column 1" title="Column 1"> | ||
<div> | ||
<div> | ||
<div class="sv_select_wrapper"> | ||
<div aria-controls="testid0row3cell0i_list" aria-expanded="false" aria-invalid="false" aria-label="Column 1" aria-required="false" class="sv_q_dropdown_control" role="combobox"> | ||
<div class="sv_q_dropdown__value"> | ||
<input aria-controls="testid0row3cell0i_list" aria-expanded="false" aria-label="Column 1" autocomplete="off" class="sv_q_dropdown__filter-string-input" inputmode="text" placeholder="Select..." role="combobox" type="text"> | ||
</div> | ||
<div class="sv_q_dropdown_clean-button" style="display:none;"> | ||
<svg aria-label="Clear" class="sv_q_dropdown_clean-button-svg sv-svg-icon" role="img"> | ||
<use xlink:href="#icon-clear_16x16" class=""> | ||
</use> | ||
<title class="">Clear</title> | ||
</svg> | ||
</div> | ||
</div> | ||
<div> | ||
<div class="sv-dropdown-popup sv-popup sv-popup--dropdown sv-single-select-list" style="display:none;" tabindex="-1"> | ||
<div class="sv-popup__container"> | ||
<div class="sv-popup__shadow"> | ||
<div class="sv-popup__body-content"> | ||
<div class="sv-popup__scrolling-content"> | ||
<div class="sv-popup__content"> | ||
<div class="sv-list__container"> | ||
<div class="sv-list__empty-container"> | ||
<div aria-label="No data to display" class="sv-list__empty-text">No data to display</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</td> | ||
<td class="sv_matrix_cell sv_matrix_cell_actions" colspan="1" data-responsive-title="" title=""> | ||
<div class="sv-action-bar sv-action-bar--default-size-mode"> | ||
<div class="sv-action"> | ||
<div class="sv-action__content"> | ||
<button class="sv_matrix_dynamic_button" type="button"> | ||
<span class="sv-string-viewer">Remove</span> | ||
<span> | ||
</span> | ||
</button> | ||
</div> | ||
</div> | ||
</div> | ||
</td> | ||
</tr> | ||
</tbody> | ||
<tfoot> | ||
<tr> | ||
<td class="sv_matrix_cell" colspan="1" data-responsive-title="Column 1" title="Column 1"> | ||
<div> | ||
<div>Count: 0</div> | ||
</div> | ||
</td> | ||
<td class="sv_matrix_cell_header sv_matrix_cell--action" colspan="1" data-responsive-title="" title=""> | ||
</td> | ||
</tr> | ||
</tfoot> | ||
</table> | ||
</div> | ||
<div class="sv_q_footer"> | ||
<button class="sv_matrix_dynamic_button" type="button"> | ||
<span class="sv-string-viewer">Add Row</span> | ||
<span> | ||
</span> | ||
</button> | ||
</div> | ||
</div> |
Binary file added
BIN
+12.7 KB
visualRegressionTests/tests/defaultV2/etalons/matrixdynamic-with-totals.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters