git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4546 a333f486-631f-4898-b8df-5754b55c2be0
@@ -263,6 +263,7 @@
"data": function(d){
d.iPageNumber = Math.floor(d.start/d.length) + 1;
d.iCountPerPage = d.length;
+ d.sDataLoading = "{{ constant('Combodo\\iTop\\Portal\\Brick\\AbstractBrick::ENUM_DATA_LOADING_LAZY') }}";
d.columns = null;
d.orders = null;
{% if sSearchValue is not null %}