ej2-vue-ui-components icon indicating copy to clipboard operation
ej2-vue-ui-components copied to clipboard

Pivot table selectedRowIndex is not working

Open NaveenReddy1 opened this issue 1 year ago • 1 comments

Firstly, thank you for providing the library. I am currently integrating the pivot view into my application and am facing an issue with row selection.

While attempting to implement row selection, I am encountering difficulties passing the index number (passed static value) using the selectedRowIndex key, as mentioned in the documentation. Despite cross-checking in Vue DevTools and confirming the presence of the index number, it does not seem to work as expected during rendering.

Additionally, I would like to inquire whether it is possible to pass multiple index numbers for row selection.

Your assistance in resolving these matters would be greatly appreciated. Attaching sample code for reference.

Vue version: 2 pivotview version: 23.1.41

`<ejs-pivotview :id="tableId" :data-source-settings="dataSourceSettings" :grid-settings="gridSettings" :format-settings="formatSettings" :cell-template="cellTemplate" :allow-conditional-formatting="allowConditionalFormatting" :selectedRowIndex="2" @dataBound="onDataBound" @load="onPivotViewLoad" @drillThrough="onDrillThrough" @cellClick="onCellClick"

`

Thank you,

NaveenReddy1 avatar Apr 01 '24 13:04 NaveenReddy1

Hi Naveen,

Please refer the below ticket for this github query.

https://support.syncfusion.com/support/tickets/575547

Regards, Angelin Faith Sheeba.

AngelinFaithSheeba avatar Apr 04 '24 13:04 AngelinFaithSheeba

This issue has been resolved in shared ticket. Please feel free to reopen if you have any further queries.

gsumankumar avatar May 09 '24 08:05 gsumankumar