An accounting balance sheet
An accounting balance sheet
electrode
Posts: 3Questions: 1Answers: 0
I would like to know if any one has an example or guidelines non how to make an accounting trial balance using datatables
its going to have the debit ,credit and balance
To get the balance
Old Balance + Dr - CR
Thank you
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi @electrode ,
DataTables not only displays the data currently in the table, but you can create or modify column data with options like
columns.render
. You could use that to calculate the values like you asked.Cheers,
Colin
yes but im still yet to understand how it works
The manual page for data renderers has more of an overview than the reference documentation which you might find useful. It also contains examples showing how you can perform calculations.
Allan
I'm going to try it out and read more docs, Thank you so much for your replies I really appreciate