kyoty commented on a change in pull request #32223:
URL: https://github.com/apache/spark/pull/32223#discussion_r616378275



##########
File path: core/src/main/resources/org/apache/spark/ui/static/stagepage.js
##########
@@ -747,6 +747,7 @@ $(document).ready(function () {
                     "info": true,
                     "processing": true,
                     "lengthMenu": [[20, 40, 60, 100, totalTasksToShow], [20, 
40, 60, 100, "All"]],

Review comment:
       @sarutak  Great advice!  I am not familiar with `lengthMenu`. I just 
checked the reference https://datatables.net/reference/option/lengthMenu,set 
`totalTasksToShow ` to `-` is really the best solution

##########
File path: core/src/main/resources/org/apache/spark/ui/static/stagepage.js
##########
@@ -747,6 +747,7 @@ $(document).ready(function () {
                     "info": true,
                     "processing": true,
                     "lengthMenu": [[20, 40, 60, 100, totalTasksToShow], [20, 
40, 60, 100, "All"]],

Review comment:
       @sarutak  Great advice!  I am not familiar with `lengthMenu`. I just 
checked the reference https://datatables.net/reference/option/lengthMenu,set 
`totalTasksToShow ` to `-1` is really the best solution




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to