DataSource constructor

DataSource({
  1. String? id,
  2. int searchDelay = 300,
  3. bool allowExport = false,
  4. bool supportPaginate = false,
  5. bool supportSingleLineFilter = false,
  6. bool allowOnSubmittSearch = false,
})