<jqxGrid #myGrid class=”grid” (onCellclick)=”Cellclick($event)” [rowdetails]=”true” [height]=”getHeight()”
[width]=”getWidth()” [source]=”dataAdapter” [columns]=”columns” [initrowdetails]=”initRowDetails” [ready]=”ready”
[rowdetailstemplate]=”rowdetailstemplate” [sortable]=”false” [filterable]=”true” [enabletooltips]=”true”
[localization]=”{’emptydatastring’:’无数据’,’pagerrangestring’:’ 共 ‘,’pagershowrowsstring’:’每页显示:’,’pagergotopagestring’:’跳往:’,’sortascendingstring’:’升序排序’,’sortdescendingstring’:’降序排序’,’sortremovestring’:’删除排序’}”
[pageable]=”true” [pagesizeoptions]=”[‘5′, ’10’, ’20’]” [columnsheight]=”26″ [rowsheight]=”26″>
</jqxGrid>
use [filterable]=“true”, how change english to chinese???