About 9,580 results
Open links in new tab
  1. Use Angular material table to group columns - Stack Overflow

    Apr 17, 2019 · I have am trying to figure out how to group columns using Angular mat-table. I have no clue how to start with this and I can't seem to find an example anywhere. The first two sections need …

  2. material-table How to do selectable and editable table?

    7 i want to do this one (some actions for selected and some actions for each row). Help please, thanks! I use material-table with ReactJS. Now I have actions on each row without selectable, if add selection …

  3. "material-table" - How to add more rows per page and fix rendering ...

    Aug 20, 2019 · I am trying to apply more rows per page to my table from material table. Until now I found out that you can add an array with the wishful rows per page ex. rowsPerPageOptions={[5, 10, 25, …

  4. angular - How to jump/scroll to a row in material table within a ...

    Feb 26, 2024 · How to jump/scroll to a row in material table within a scrollable container? Asked 1 year, 10 months ago Modified 1 year, 9 months ago Viewed 814 times

  5. Angular material table with sticky header, problem when using …

    May 31, 2024 · .table-container { width: 100%; overflow-x: auto; } .fixed-header { position: sticky; top: 0; background-color: white; z-index: 1; } I have a similar scenario and have to add horizontal scrolling …

  6. Material-table: How change width of the columns? - Stack Overflow

    Jun 23, 2020 · I'm using the Material Table library that is officially recommended by Google Material UI as a data table library and having troubles with configuring the width of columns.

  7. Expandable table rows in angular 4 with angular material

    Apr 26, 2018 · How would you make rows expandable in angular material tables? One requirement is that I need to be using the angular material table. I would also prefer to use the material accordion to …

  8. Angular + Material - How to refresh a data source (mat-table)

    Oct 14, 2017 · After reading Material Table not updating post data update #11638 Bug Report I found the best (read, the easiest solution) was as suggested by the final commentor 'shhdharmen' with a …

  9. css - Angular material table horizontal scroll - Stack Overflow

    Jan 11, 2023 · I want to make angular material table scroll horizontally, I was able to do that with the scss: .table-div { overflow-x: scroll !important; mat-table { table-layout: fixed; mat-h...

  10. How to make an Angular Material table responsive

    The table-responsive works with Bootstrap, but I am looking for something similar for Angular Material. I am trying to avoid having 2 table definitions, and do not really want to do this myself in CSS. Is there …