Angularjs templates
Angularjs templates
sinclairgf
Posts: 2Questions: 0Answers: 0
new to datatables.net.
I want to be able to use angularjs with datatables but not sure how to get it to work when using templates. The table will render fine on the initial load but when I change the limitTo filter it does not display the data. Not sure if datatables does not support this feature. or how i can go about getting this to work. I really need to use templates because other grids have more complex stuff in the row columns.
ID
Date
Description
Amount
{{item.ShareLoanId}}
{{item.TrxDate | date:'shortDate'}}
{{item.Description }}
{{item.Amount | currency }}
I want to be able to use angularjs with datatables but not sure how to get it to work when using templates. The table will render fine on the initial load but when I change the limitTo filter it does not display the data. Not sure if datatables does not support this feature. or how i can go about getting this to work. I really need to use templates because other grids have more complex stuff in the row columns.
ID
Date
Description
Amount
{{item.ShareLoanId}}
{{item.TrxDate | date:'shortDate'}}
{{item.Description }}
{{item.Amount | currency }}
This discussion has been closed.
Replies