Are there usefull dataTable utillities? What do you use?
Are there usefull dataTable utillities? What do you use?

Sometimes you just want to test your dataTable objects, perhaps anyone has written some utillities he or she wants to share ?
I'm thinking about a function that could generate a dataTable JSON object, based on the given aoColumns and the requested number of rows. This way you can start testing without having to wait on the backend development.
[code]
function generateDataTableDummyData(aoColumns, nRows){
....
}
[/code]
I'm thinking about a function that could generate a dataTable JSON object, based on the given aoColumns and the requested number of rows. This way you can start testing without having to wait on the backend development.
[code]
function generateDataTableDummyData(aoColumns, nRows){
....
}
[/code]
This discussion has been closed.