question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Table] Add column resizing

See original GitHub issue

Bug, 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:open
  • Created 6 years ago
  • Reactions:117
  • Comments:31 (7 by maintainers)

github_iconTop GitHub Comments

23reactions
RDevR99commented, Jan 15, 2020

Any Updates on a stable solution yet?

21reactions
lujian98commented, Mar 30, 2019

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found