Initialization options : Data Option and ajax Option
Initialization options : Data Option and ajax Option

in DataTables
I wonder if both data option and ajax option are initialized as follows:
data: dataSet,
ajax: '/api/dataSet'
which one will be loaded.
YL
This discussion has been closed.
Answers
Not sure, but easy for you to test!
Is there a reason why you'd want both?
Colin
No. I just wanted to better understand both. I will test it. Thank you.
YL