IPivot Control Display in Store Commerce #168
Unanswered
Jaysriyuvaraj
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
I hope everyone is having a great day. I would like to have a question about IPivot Control Display in Store Commerce. As part of Commerce SDK Migration, we are migrating out Pivot control to IPivot control. we have made the changes to make the IPivot control as given below. After the code changes, we are getting the IPivot control but the DataList that we are trying to map is not placing in the proper Div.
HTML Code:
TypeScript Code:
import * as Views from "PosApi/Create/Views";
import ExampleViewModel from "./ExampleViewModel";
import { DataListInteractionMode, IDataList, IDataListOptions, IPivot, IPivotItem, IPivotOptions } from "PosApi/Consume/Controls";
import { ObjectExtensions } from "PosApi/TypeExtensions";
export default class ExampleView extends Views.CustomViewControllerBase {
public readonly viewModel: ExampleViewModel;
}
Current Output:
With this info, May i know if there are any changes needs to be taken care to make the DataList to be placed inside the Pivot?
If you can provide some sample document for pivot control with data binding, it will be helpful.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions