data_table_2
data_table_2 copied to clipboard
dataTableShowLogs should be false by default
I don't want my logs to be spammed with debug info from a third party package.
I think dataTableShowLogs should be false by default and only enabled in your tests to debug the package itself.
Personal opinion: you could remove the logs entirely and add a debugShowTimingOverlay boolean parameter on the DataTable which add an overlay with the debug info.