I have one UI application to display static as well as business information. I have used slick grid to show all business data in tabular/grid structure by using all built-in properties of slick grid. I have used Sorting property to sort data in ascending/descending order on each column.
But I have a condition that if data is not available in any of the column then slick grid sorting option should show Blank
option with check box like Select All
. By default it is showing only a empty check box without any title.