How to stop hidden rows from showing up after destroying and recreating a table?

How to stop hidden rows from showing up after destroying and recreating a table?

amalik26amalik26 Posts: 1Questions: 1Answers: 0

My datatable takes in data from a SQL Server. There are filter options to add more or less data to the table based on 2 boolean fields. In order for be to implement this, I must destroy the table and recreate it with the new rows (Columns stay the same). Upon doing this, rows that I have "visibility" set to false are shown. I have these rows so that the search bar will search data that would otherwise be hidden in a child row. This is done to conserve space (there are a total of 20 fields). Is there a way to stop this from happening?

Answers

  • colincolin Posts: 15,144Questions: 1Answers: 2,586

    Hi @amalik26 ,

    We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

This discussion has been closed.