Display Row Number in Datatable

Display Row Number in Datatable

aldikhanaldikhan Posts: 3Questions: 1Answers: 0

Hi, I am working on datatable.

Actually I am beginner programmer. Anyone can help me to get the value of either row or type from my datatable?

Here my function:

                        function (data, type, row, meta) {
                              // display row
                             // display type
                       }    

Thank you

Replies

  • Tom (DataTables)Tom (DataTables) Posts: 139Questions: 0Answers: 26

    I assume this is a columns.render function. Here's the documentation on working with renderers.

    If you're having problems with this would you be able to post your full code?

    Thanks

    Tom

This discussion has been closed.