ContributionsMost RecentNewest TopicsMost LikesSolutionsAdd a drop-down for sorting Hi, I want to add a drop down to sort the blox based on what we have selected in that. Eg. i have chosen # Submission that blox should be sorted based on that and user can select any field from the drop down. SolvedRe: select All check box to select other checkboxes I have one more question related to this. i have some pre- default selection and if the user makes some more selection and then try to reset it back to default pre-selection can we create a button(Reset choices) for the same Tooltip on Hover of image Hi All, Need Help!!! I want to add a tooltip on hovering on a image (Blox). Thanks SolvedRe: Add tooltip for column headers in a Table Hi Daniel, I have 5 different tables in the dashboard what needs to change in the $(‘th’) . can you please guide me in this . Thanks Re: Need to change the filter colors when something is selected It changes the color for a second but once the view is loaded it again goes back to blue color(Include all Color) Re: Need to change the filter colors when something is selected This links redirects me to this page only, can you provide the code and updated link Re: fetch selected Filter values and display on a widget can you please provide code for option 2(using blox widget) Need to change the filter colors when something is selected Hi All, I have several filters in my dashboard, i want to change the colors when something is selected in the filters to distinguish between selected and unselected filters . currently i am using $('.uc-tag').css('background-color','#006ecf'); $('.uc-tag').css('color','white'); as filter colors and background Solvedfetch selected Filter values and display on a widget Hi All, Need Help!!! I have 4 filters in the dashboard, I want the values of all the selected filters to be displayed in a widget, if nothing or all is selected it should not show up there. SolvedRe: select All check box to select other checkboxes i am facing one problem in this when i select individual check boxes in one column(CAS) and then "select all" in the other column(submisson) , the one i selected in first column(CAS) automatically gets deselected, i think its because args.widget.redraw() staement and vice versa, can you please help in this