Giter Club home page Giter Club logo

Comments (7)

optikalefx avatar optikalefx commented on June 12, 2024

Are 3 of your columns joined off other tables? OpenJSGrid can only by default save to original table from $grid = new Grid($Table)

from openjs-grid.

tokick4 avatar tokick4 commented on June 12, 2024

yes they are as you can see in #20 comments that I posted

from openjs-grid.

tokick4 avatar tokick4 commented on June 12, 2024

Sean,
Is there a save function that updates the sql, I need to mend it change a enum value automatic upon updating

from openjs-grid.

optikalefx avatar optikalefx commented on June 12, 2024

I don't have any places to interject into saving, BUT you can alter your data however you need to in the POST before you save.

You can also call $grid = new Grid($table) WITHOUT the save key, and then use $grid->save() your self, but you should read the PHP file on that if you're going to fully customize the save. You'll need to learn about $grid->getSaveArray();

from openjs-grid.

optikalefx avatar optikalefx commented on June 12, 2024

idemployee will be in the list when you take it out of the fields array. It can't save right now because for the select box to work, it has to be the id of the field that goes with the select box. As in, the id that choose which option to show for that drop down. For selects, dont have any fields set, just let it show the raw number. The select functions will turn it into the drop down.

from openjs-grid.

tokick4 avatar tokick4 commented on June 12, 2024

Thank's this help men alot

from openjs-grid.

optikalefx avatar optikalefx commented on June 12, 2024

Sure, I still need to detail this kind of custom stuff on the web page. Documentation takes FOREVER

from openjs-grid.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.