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

Cell templating ignored on scrollable table #155

Closed
cagataycivici opened this issue Mar 31, 2016 · 0 comments
Closed

Cell templating ignored on scrollable table #155

cagataycivici opened this issue Mar 31, 2016 · 0 comments
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@cagataycivici
Copy link
Member

When a datatable is scrollable and has templating for columns, the templates are ignored.

<p-dataTable [value]="cars" scrollable="true"  scrollHeight="200">
        <header>Vertical</header>
        <p-column field="vin" header="Vin"></p-column>
        <p-column field="year" header="Year"></p-column>
        <p-column field="brand" header="Brand"></p-column>
        <p-column field="color" header="Color">
            <template #col #car="rowData">
                <span [style.color]="car[col.field]">{{car[col.field]}}</span>
            </template>
        </p-column>
    </p-dataTable>
@cagataycivici cagataycivici added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Mar 31, 2016
@cagataycivici cagataycivici added this to the 1.0.0-beta.1 milestone Mar 31, 2016
@cagataycivici cagataycivici self-assigned this Mar 31, 2016
atretyak1985 added a commit to Nanitor/primeng that referenced this issue Jul 18, 2020
and
Filters required in Device Detail -> Software tab primefaces#155
and
Filters required in Device Detail -> Users tab primefaces#156
and
Filters required in Device Detail -> Group Policy Objects tab primefaces#157
atretyak1985 added a commit to Nanitor/primeng that referenced this issue Jul 18, 2020
atretyak1985 pushed a commit to Nanitor/primeng that referenced this issue Jul 18, 2020
Filters required in Device Detail Software tab primefaces#155
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

1 participant