We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<table data-sortable class="tableMax table-striped sortable-theme-bootstrap" style="margin-top: 30px;" > <thead> <tr> <th>{{desc}}</th> <th ng-repeat="i in tableKeyList" >{{i.desc}}<span></span></th> </tr> </thead> <tbody> <tr ng-repeat="item in items|orderBy:col:desc"> <td>{{item[dimension]}}</td> <td ng-repeat="i in tableKeyList">{{item[i.field]}}</td> </tr> </tbody> </table>
只能第一列排序,其它列不能排序啊
The text was updated successfully, but these errors were encountered:
No branches or pull requests
只能第一列排序,其它列不能排序啊
The text was updated successfully, but these errors were encountered: