vph_data_grid

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

vph data grid

DataGrid for Flutter #


Features #


Column sizing


Column resizing


Column sorting


Column filtering


Localization
Register new Localization class which extends DataGridLocalizations in your main():
void main() {
DataGridLocalizations.registerLocalization(DataGridLocalizationsVi());
runApp(const MyApp());
}
copied to clipboard
Add flutter localizations delegates and locales in your MaterialApp:
MaterialApp(
localizationsDelegates: const [
DataGridLocalizations.delegate,
GlobalMaterialLocalizations.delegate,
GlobalWidgetsLocalizations.delegate,
],
supportedLocales: const [
Locale('en'),
Locale('vi'),
],
...
)
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.