question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Dx TabPanel- dxtemplate

See original GitHub issue
    <dx-tab-panel [dataSource]="Model.SutGridDataSource" [height]="200" [width]="100">

        <div *dxTemplate="let t = data of 'customtemp'">
            <p>Tab panel</p>
            <p>Açıklamalar...........</p>
        </div>

    </dx-tab-panel>

This codde is not work?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
dxvladislavvolkovcommented, Sep 13, 2016

Yes, you need to update your version of the scripts.

0reactions
sanket360commented, Oct 19, 2016

Thanks @dxvladislavvolkov 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

Getting Started with TabPanel - DevExtreme - DevExpress
The TabPanel UI component consists of the Tabs and MultiView components. The TabPanel automatically synchronizes the selected tab with the currently ...
Read more >
Multiple templates for TabPanel control in DevExtreme Angular
I have stuck with TabPanel control. There is example demo on developers site. But this demo uses one template for every panel.I need...
Read more >
Angular (forked) - StackBlitz
<dx-tab-panel · #tabPanel · [dataSource]="[{title: 'tab1'}, { title: · 'tab2'}]" · > · <div *dxTemplate="let data of 'item'"> · <form> · <dx-form id="form"....
Read more >
DxTabPanel - CodePen
<div dx-tab-panel="{dataSource: tabPanelItems,titleTemplate: 'title',itemTemplate: 'tab',height: 300}">. 18. <div data-options="dxTemplate : { name: 'title' } ...
Read more >
dxForm - Keep dxTabPanel active tab - CodeSandbox
The Form posesses a customizable layout that allows you to arrange the label-editors pairs in columns, groups, and tabs. Advanced UI customization is...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found