DataTables / DataTables/Responsive
Feature request: Columns never visible property with min-/max- behavior
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 151
- Forks
- 91
- PR merge metrics
- No merged PRs in 30d
Description
Datatables Responsive class logic is great and flexible.
But unfortunately I haven't found an ability to set some column as not never visible, but not visible from or till some medium class (min-/max- mobile/tablet/desktop).
For example, to make table columns with buttons for current row's editing never visible on mobile, but always visible on tablet and desktop.
If it's possible - please provide some instructions.
If it's not - I believe it would be a useful additional feature.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read the Responsive class logic documentation linked in the issue and trace how mobile, tablet, and desktop classes are currently interpreted. The feature is done when a column can be hidden below or above a selected breakpoint while remaining visible at the other sizes, including the described row-action example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100