void HTML_Table::updateRowAttributes (
int $row
,
mixed $attributes
= = null
,
boolean $inTR
= = false
)
Met à jour les attributs de ligne pour une ligne existante.
int $row - Index de la ligne
mixed $attributes - Tableau associatif ou chaîne de caractères d'attributs de ligne du tableau
boolean $inTR - FALSE si les attributs doivent être appliqués dans la balise td ; TRUE, si les attributs doivent être appliqués dans la balise tr .
Code erreur | Message d'erreur | Signification | Solution |
---|---|---|---|
" Invalid table row reference [$row ] " | La ligne $row n'existe pas | Activer la fonctionnalité autoGrow | |
" Invalid table column reference [$column ] " | La colonne $column n'existe pas | Activer la fonctionnalité autoGrow |
This function can not be called statically.