export const ROW_SELECTION_ERROR_MESSAGE = { invalidRowIndexs: 'Values passed as row indexes are invalid.', enableSelection: 'Selection feature is not enabled, please set enable: true in rowSelection configuration', enableMultiRowSelectionForRowIndicesSelection: 'To select mentioned rows, enable multiple row selection feature by setting showSelectionFeature: true in rowSelection configuration', enableMultiRowSelectionForRowIndicesDeselection: 'To deselect mentioned rows, enable multiple row selection feature by setting showSelectionFeature: true in rowSelection configuration', enableMultiRowSelectionForAllRowsSelection: 'To select all rows, enable multiple row selection feature by setting showSelectionFeature: true in rowSelection configuration', enableMultiRowSelectionForAllRowsDeselection: 'To dselect all rows, enable multiple row selection feature by setting showSelectionFeature: true in rowSelection configuration' }