// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Table.rowSelection fix expand on th left when selection column fixed on the left 1`] = `
Name
Jack
Lucy
Tom
Jerry
`; exports[`Table.rowSelection fix selection column on the left 1`] = `
Name
Jack
Lucy
Tom
Jerry
`; exports[`Table.rowSelection fix selection column on the left when any other column is fixed 1`] = `
Name
Jack
Lucy
Tom
Jerry
`; exports[`Table.rowSelection render with default selection correctly 1`] = `
`; exports[`Table.rowSelection should support getPopupContainer 1`] = `
Name
Jack
Lucy
Tom
Jerry
`; exports[`Table.rowSelection should support getPopupContainer from ConfigProvider 1`] = `
Name
Jack
Lucy
Tom
Jerry
`; exports[`Table.rowSelection use column as selection column when key is \`selection-column\` 1`] = `
Name
Jack
Lucy
Tom
Jerry
`;