in reply to Perl Tk Table Inquiry

Hi Monks,

I have found the solution for this. A simple -fixedrows/columns in the table class can achieve this.

http://search.cpan.org/dist/Tk/pod/Table.pod

Sorry for posting a bad question here.

Thank you.

Regards,

izaq09

Replies are listed 'Best First'.
Re^2: Perl Tk Table Inquiry
by jsteng (Beadle) on Apr 30, 2018 at 06:45 UTC
    Hi izaq09,

    How is TK:Table?
    I tried using that but the documentation is very limited.
    Does it offer ability to change color/font of each cell, per row, per column?
    Does it offer ability to bind a line?

    Currently I am implementing my table requirement using multiple rotext and synchronized scrolling.
    I wonder if Table would be the better option.