Need a special offer?Find out if your project fits.
+

Função semelhante ao getReport()

Resolved
Ricardo Braz asked on November 20, 2018
Good morning, what I want to do is capture the table data, similar to what getReport () already does. But without using dataSource. Because the dataSource has fixed identifiers and the table can be sorted in different ways.
  Example: The value in cell 2 when opening the table is not the same when sorting the table in the form 'desc'.
 I would like to know what method I can use to capture this data without checking the dataSource. Have a result similar to getReport () knowing only the rowIndex.

3 answers

Public
Dmytro Zvazhii Dmytro Zvazhii Flexmonster November 20, 2018

Hello Ricardo,
Thank you for writing. You can try using getCell() API call.
You can refer to our docs for more information: https://www.flexmonster.com/api/getcell/.
Let us know in case of any other question.
Regards,
Dmytro

Public
Ricardo Braz November 20, 2018

Thanks for answering, Dmytro. But getCell () does not match what I need. I need a method that gets result similar to getReport (), loading an object, without having to access the dataSource ()

Public
Dmytro Zvazhii Dmytro Zvazhii Flexmonster November 20, 2018

Hello Ricardo,
Thank you for your feedback.
Currently, there is no any alternative which meets your requirements.
We recommend you using getReport() API call and either ignoring or removing "dataSource" part.
Please let us know if you need any other assistance.
Regards,
Dmytro

Please login or Register to Submit Answer