WPTableStringsConfig.defaultConfig constructor

WPTableStringsConfig.defaultConfig()

Implementation

factory WPTableStringsConfig.defaultConfig() {
  return WPTableStringsConfig(
    noItemsFound: 'No items found',
    itemsSelected: (int count) => '$count selected',
    rowsPerPage: (short: 'Rows', long: 'Rows per page'),
    of: 'of',
  );
}