[Table] Add column resizing
See original GitHub issueBug, feature request, or proposal:
Nice to have
What is the expected behavior?
right hand of the sort un-down icon, between column, add an vertical left-right line icon, it will show icon when mouse hover on the column border line
What is the current behavior?
NO
What are the steps to reproduce?
Providing a StackBlitz/Plunker (or similar) is the best way to get the team to see your issue.
Plunker starter (using on @master
): https://goo.gl/uDmqyY
StackBlitz starter (using latest npm
release): https://goo.gl/wwnhMV
What is the use-case or motivation for changing an existing behavior?
With sort/paging and html5 content edit, we can easily do grid edit now, even without cdk grid. But column resize is pain, we need add css separately.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
5
Is there anything else we should know?
group by column feature can implement via embedded html table
Issue Analytics
- State:
- Created 6 years ago
- Reactions:117
- Comments:31 (7 by maintainers)
Top Results From Across the Web
Resize columns of a table - HTML DOM
Prepare the resizer. For each column, we insert a div element indicating that the associated column can be resized. The resizer element is...
Read more >Resizable Table Columns With Drag and Slide Feature
Today you will learn to create a table with Drag to Resize column feature. Basically, there is a table with 8 columns and...
Read more >How to make html table columns resizable? - Stack Overflow
I have a fairly standard bootstrap-styled <table> . I want to make columns of this table resizable, e.g. by click-and-dragging right border of...
Read more >Resize a table by adding or removing rows and columns
Resize a table by adding or removing rows and columns · Click anywhere in the table, and the Table Tools option appears. ·...
Read more >How to Add a Column & Resize (Extend) a Table in Excel
When working with tables in Excel, you can resize them by using the Resize Table option in the Table Design tab or by...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Any Updates on a stable solution yet?
Did some search and get the material table column resizing working.
Code is here: https://github.com/lujian98/Angular-material-table-Resize
Demo at: https://stackblitz.com/edit/angular-rtfc5v