[DONE] Ability to exclude columns from a data tables search

When carrying out a data tables search, it would be useful to be able to specify which columns should be included in the results.

4 Likes

Oh well… :slight_smile:

I would include all these options in one FR… more chances to collect more traffic, more likes and more visibility.

This is basically the same as this, right? Client-readable views on a subset of columns

It’s certainly similar, but not quite the same!

I’m going to call this done! If you’re looking to control what data is loaded, q.fetch_only() is your friend, and if you’re looking to apply restrictions, q.only_cols() does what you want.

3 Likes