Forum Replies Created

  • Perfect solution, thank you kindly ivankk.

     

    For anyone reading this in the future, who would like to have green ticks and red crosses, please view the (slightly altered) code below:

    {{#if thisRawValue}}

    <i class=”fa fa-check” style=”color: #00c000″></i>

    {{else}}

    <i class=”fa fa-times” style=”color: #c00000″></i>

    {{/if}}

  • vice-freak

    Member
    December 20, 2023 at 12:00 am in reply to: How to link ‘Filters’ across multiple data-grids?

    Hi Megan, thanks for your response!

     

    I am not looking to filter the data at the source so that this is displayed in the data grid. Rather, I would like to apply column filters to my data and have this carry across multiple data grids. I am aware that the process to do so is by setting the same viewstate across all data grids but I am not sure where to link them and what type the viewstate should be.

     

    There are several sections within the data grids for filtering, do I set the viewstate to be the same in ‘KDB Filter String’, ‘Custom Filters’, or some place else? Furthermore, I would be inputting text underneath a header to filter that column, so should the viewstate be type string or symbol?

     

    I hope this provides clarity in what I am trying to achieve.