如何使出口按钮左右对齐

44 阅读1分钟
options={{
                    pageSizeOptions: shownPageOptions,
                    selection: true,
                    emptyRowsWhenPaging: false,
                    showEmptyDataSourceMessage: true,
                    showTextRowsSelected: false,
                    showSelectAllCheckbox: false,
                    search: false,
                    columnsButton: {showColumnsSelection},
                    exportButton: true,
                    tableLayout: "auto",                  
                    paging: alphabet !== '' ? false : true,
                    showTitle: false,  
                }}