Jason Flaherty

Results 5 comments of Jason Flaherty

You can do it like so... each page is held in a list. You might ask this question on stackoverflow for a better response more associated with Flutter UI. ```...

@adityajha496243 [here is an example](https://github.com/apgapg/json_table/issues/49#issuecomment-1789512937) of italics for words in one column... however, this is not as elaborate as the need you have.

I am using a small amount of data, so was able to use .contains(x) on a list; however, on larger datasets, do you have a thought on how to identify...

window.scrollTo(0,0) works for me, but using any type of document.getElementById('ID').scrollIntoView() or the like doesn't seem to work. Is there documentation I am missing on how to run other JS like...