Prashant Tiwari
Hello
I am wondering if there is an easy way to make task Search list table control responsive ?Task Search list (which essentially shows table control), does not remain responsive or even show a scroll bar to allow to scroll and view all the columns in the table.
I am trying to pull data from Saved Search and it screen looks strange if there are more columns.
SPARK Support
Hi Prashant,
What version of the SPARK UI Toolkit and Portal Builder are you using?
Regards,
Stephen P.
Prashant Tiwari
Hey Stephen
Versions are as follows :
SPARK UI Portal Builder 2.0.3
SPARK UI 4.4.5 CE
Regards
Prashant
SPARK Support
The Task List control should respond to changes in the page size already. However, if you want all Table elements to show a scroll bar before reaching the point of overflow, you can drop the following style into a Custom HTML control on the page:
<style>
.SPARKTable>div>div {
overflow-x: scroll !important;
}
</style>
This type of modification would fall under the developer’s discretion for styling elements.
Regards,
Stephen P.
Prashant Tiwari
Thanks Stephen.
This css code just puts a scroll bar on the table but it does not show the entire page still (as shown in screenshots attached)
SPARK Support
Hi Prashant,
I am moving this thread to your ticket.
Regards,
Stephen P.