Extract the current data of the report grid as a 2D List of Strings.
List<List<String>> getSubmitData() { if (_getDataCallback != null) { return _getDataCallback!(); } return []; }