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

Error on PlaceHolde on Filter #1038

Open
fellipeh opened this issue Jul 6, 2018 · 0 comments
Open

Error on PlaceHolde on Filter #1038

fellipeh opened this issue Jul 6, 2018 · 0 comments

Comments

@fellipeh
Copy link

fellipeh commented Jul 6, 2018

Why I get these on my filter?

screenshot from 2018-07-06 12-40-56

Here is my HTML:

        <table ng-table="listTable" show-filter="true" class="table table-striped table-bordered table-hover"
               id="tblList1">

            <tr ng-repeat="i in data">
                <td data-title="'Razão Social'" sortable="'razao_social'" filter="{razao_social: 'text'}">
                    <a ng-click="editaReg(i.id)">
                        {$ i.razao_social $}
                    </a>
                </td>
                <td data-title="'E-Mail'" sortable="'email'" filter="{ 'email': 'text' }">
                    {$ i.email $}
                </td>
                <td class="col-md-1 table-view-pf-actions">
                    <a class="btn btn-default" ng-click="editaReg(i.id)" title="Editar">Editar</a>
                </td>
                <td class="col-md-1 table-view-pf-actions">
                    <a class="btn btn-danger" ng-click="deleteReg(i.id)" title="Excluir">Excluir</a>
                </td>
            </tr>
        </table>
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