kgabryje commented on code in PR #34799:
URL: https://github.com/apache/superset/pull/34799#discussion_r2291542290
##########
superset-frontend/plugins/plugin-chart-table/src/DataTable/DataTable.tsx:
##########
@@ -451,29 +451,21 @@ export default typedMemo(function DataTable<D extends
object>({
{hasGlobalControl ? (
<div ref={globalControlRef} className="form-inline dt-controls">
<StyledRow className="row">
- <div
- className={renderTimeComparisonDropdown ? 'col-sm-4' :
'col-sm-5'}
- >
- {hasPagination ? (
- <SelectPageSize
- total={resultsSize}
- current={resultCurrentPageSize}
- options={pageSizeOptions}
- selectRenderer={
- typeof selectPageSize === 'boolean'
- ? undefined
- : selectPageSize
- }
- onChange={setPageSize}
- />
- ) : null}
- </div>
{searchInput ? (
- <StyledSpace
- className={
- renderTimeComparisonDropdown ? 'col-sm-7' : 'col-sm-8'
- }
- >
+ <StyledSpace size="middle">
Review Comment:
fixed
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]