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

Rows per page filtering takes too much time #138

Open
prijilnath opened this issue Apr 20, 2018 · 0 comments
Open

Rows per page filtering takes too much time #138

prijilnath opened this issue Apr 20, 2018 · 0 comments

Comments

@prijilnath
Copy link

prijilnath commented Apr 20, 2018

I have added paper data table in my project. I am using editable columns inside the paper data table card when i will filter by rows it is taking too much time to filter the data. Am using paper input and paper menu dropdown inside templates see my code

 <paper-datatable-card id="taskDatatableCard" headerFixed header="{{tableHeader}}" page-size="10" data-source="{{dataSource}}" id-property="taskId">
                    <paper-datatable id="taskDatatable" custom-row-style="{{generateRowCss}}" headerFixed selectable multi-selection resize-behavior="fixed">
                        <paper-datatable-column header="Number" class="header-style" property="Number" width=50px>
                            <template>
                               <paper-input id="inputComment" value="{{value}}" maxlength="500"></paper-input>
<paper-input id="otherCommentInput"  maxlength="500" hidden></paper-input>
                    <paper-button id="unmarkButton" raised>Mark for Approval</paper-button>
                    <paper-button id="closeButton" raised class="indigo">OK</paper-button>
                            </template>
                        </paper-datatable-column>
                        <paper-datatable-column header="Country" property="country"></paper-datatable-column>
                        <paper-datatable-column header="Code" property="code"></paper-datatable-column>
                        <paper-datatable-column header="Description" property="description"></paper-datatable-column>
                    </paper-datatable>
                </paper-datatable-card>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant