Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,9 @@ function OutOfOfficeEntriesListContent({
isFetching={isFetching}
totalRowCount={totalRowCount}
tableContainerRef={tableContainerRef}
paginationMode="infinite"
paginationMode="standard"
headerClassName="hidden"
variant="compact"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

only this change isn't sufficient, we need to update the backend logic also

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure @anikdhabal, keeping this PR only for unhide header. I'll create another PR for pagination.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

ToolbarLeft={
<>
<DataTableToolbar.SearchBar />
Expand Down
Loading