How to add a shortcut to a filter with a mesh-menu-cell filter with a checkbox for null / empty as (Blank)

I have one application for displaying static and business information. I used the slick grid to display all the business data in a table / grid using all the built-in slick grid properties. I used the Sorting property to sort the data in ascending / descending order for each column.

But I have a condition that if the data is not available in any column, then the option to sort the grid with the grid should show the option Blankwith a checkmark like Select All. By default, it only shows an empty flag with no title.

this is the snapshot of column where data is not available and i want to show a label beside checkbox

+4

Source: https://habr.com/ru/post/1661831/


All Articles