Suppression attribut inutile.
This commit is contained in:
parent
48cf6f0dcc
commit
dc86d1be44
@ -22,7 +22,6 @@ export class FreeDatas2HTML
|
||||
private _datasSortingFunctions: SortingFunctions[]=[];
|
||||
public datasFilters: Filters[]=[];
|
||||
public datasSortingFields: SortingFields[]=[];
|
||||
public datasSortingFieldsNeedBeRended: boolean=true;
|
||||
public datasSortedField: SortingFields|undefined;
|
||||
public pagination: Paginations|undefined;
|
||||
private _fields2Rend: number[]=[];
|
||||
@ -241,11 +240,8 @@ export class FreeDatas2HTML
|
||||
this.datasCounter2HTML();
|
||||
|
||||
// (ré)activation des éventuels liens de classement, si ils sont affichés en même temps que le reste des données :
|
||||
if(datasSortingFieldsNeedBeRended)
|
||||
{
|
||||
for(let field of this.datasSortingFields)
|
||||
field.field2HTML();
|
||||
}
|
||||
for(let field of this.datasSortingFields)
|
||||
field.field2HTML();
|
||||
|
||||
// Tout réaffichage peut entraîner une modification du nombre de pages (évolution filtres, etc.)
|
||||
if(this.pagination !== undefined)
|
||||
|
Loading…
Reference in New Issue
Block a user