I am adding data to a table dynamically using fnAddData. My query back end has already ordered it as I want it initially and that is how I would like to show it initially. The user can sort it later as they wish.
Can we have an option please on fnAddData to add the data with no sorting of the array. I think this will also give a speedup for me as I have some very large tables and my server has already done the work to get them in the order I want.
I have looked through the forums and I can't see a way of doing this. Am I missing something? Setting bSort:false will not work as I want the user to be able to sort the columns.
Can we have an option please on fnAddData to add the data with no sorting of the array. I think this will also give a speedup for me as I have some very large tables and my server has already done the work to get them in the order I want.
I have looked through the forums and I can't see a way of doing this. Am I missing something? Setting bSort:false will not work as I want the user to be able to sort the columns.