adex-platform icon indicating copy to clipboard operation
adex-platform copied to clipboard

Table select all

Open rori4 opened this issue 3 years ago • 0 comments

  • add custom table view columns component with select all option (closes #321)
  • delete all custom on download functions since we want unselected columns not to be exported to CSV (closes #323) since we already use
	downloadOptions: {
		filterOptions: {
			useDisplayedColumnsOnly: true,
			useDisplayedRowsOnly: true,
		},
	},

removing the onDownload functions makes the expected behavior in #323

rori4 avatar Mar 31 '21 08:03 rori4