jQWidgets Forums

jQuery UI Widgets Forums Grid Grid column name using php

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 11 years, 4 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Grid column name using php #48996

    asad.3
    Participant

    Hi all,

    Can i add my jqwidget grid columns names using php?

    For example say
    <div id=”jqxgrid”>
    <span><?php echo “1st column”; ?></span>
    <span><?php echo “2nd column”; ?></span>
    <span><?php echo “3rd column”; ?></span>
    </div>

    or by any means can i use php to add column names?

    Grid column name using php #49024

    Peter Stoev
    Keymaster

    Hi asad.3,

    It is unfortunately not possible to define the columns in such way. Your PHP may return the Data to be displayed in the Grid and also the Column Names and by implementing custom code on the client side, you can use that data to create the Grid.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.