Editable grid object?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Vincent Delporte

    Editable grid object?

    Hello

    I need to come up with a web version of this type of editable
    and printable grid widget:



    Do you of any free or affordable solution?

    Thank you.
  • Henk Verhoeven

    #2
    Re: Editable grid object?

    You could check this out:


    But it's really only a widget. If you need to do some processing on a
    server, for example to store what the user has entered in a database or
    to include data from a database into the widget, you may want to use a
    php script.

    In case you are not familiar with web based apps, it works quite
    differently from GUI applications, you first need to understand the
    basic principle of http (how your browser gets its content from a web
    server and how the web server may be programmed to generate that content
    dynamically). It is possible to do things in a more GUI-like style
    (called 'AJAX'), but that's another layer on top of http, javascript and
    dynamic HTML, you really have to start with the basics.

    Greetings,

    Henk Verhoeven,
    www.phpPeanuts.org.

    Vincent Delporte wrote:
    Hello
    >
    I need to come up with a web version of this type of editable
    and printable grid widget:
    >

    >
    Do you of any free or affordable solution?
    >
    Thank you.

    Comment

    Working...