how to give formulas in datatables like in excel?

how to give formulas in datatables like in excel?

odydaharyodydahary Posts: 19Questions: 3Answers: 0

Hello, all,
i am from indonesian,
I am currently studying and currently undergoing what is called KPM to make a value input form project
how to integrate when the first column filled in at 80 will be processed as in excel below:

please help me,,, :s :s :'( :'(

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,598

    Hi @odydahary ,

    You'll need to use a callback, such as rowCallback,

    Cheers,

    Colin

  • odydaharyodydahary Posts: 19Questions: 3Answers: 0

    @colin
    does it just manipulate the contents of datatables or change to database directly?
    sorry before I was a beginner :'(

  • kthorngrenkthorngren Posts: 21,159Questions: 26Answers: 4,921

    rowCallback does not change the database. It is used to manipulate what Datatables displays.

    Kevin

  • odydaharyodydahary Posts: 19Questions: 3Answers: 0

    @kthorngren
    how do you get the database changed too?
    sorry, I'm still a beginner

  • colincolin Posts: 15,237Questions: 1Answers: 2,598
    Answer ✓

    If you're aiming to edit the table's data, it would be worth considering licensing Editor - this does it seamlessly and easily.

  • odydaharyodydahary Posts: 19Questions: 3Answers: 0

    ok thankyou ferymuch all ;)

This discussion has been closed.