As mentioned here, I am looking for a way to add column headers in SQL Box results.
I checked in AdminSelectBox.pm, and noticed this:crythias wrote:Not directly from sqlbox, but I suppose you could tweak the Kernel/Modules/AdminSelectBox.pm for it.
Code: Select all
while ( my @Row = $Self->{DBObject}->FetchrowArray( RowNames => 1 ) ) {
I opened FetchrowArray Sub definition from Kernel\System\DB.pm and... can't see anything about RowNames parameter!! This parameter just doesn't exist!
What's the point?
Regards,
HervE