Arlo White

Results 11 comments of Arlo White

@jrmedd Thanks, I haven't worked on this project in a long time, if you're interested in maintaining it I could transfer it to you.

Maybe you could merge with the https://github.com/HstarComponents/ngx-ckeditor project? I've just tried both and they're very similar. Switching between them is almost trivial (depending on the features you use) There are...

Does this issue also cover using a rangeslider along the yaxis? I want to use a rangeslider with `{type: 'histogram', y: myData}` Or should I create a new GitHub issue...

I have a similar issue after upgrading from 11.0.4 to **11.1.5** However, for me the header columns are squished but the body is normal. This may be because I set...

Inspect the `` around `` with `class="datatable-row-center"` During the bug, it has `width: 0px;` After scrolling, the width gets a value.

Another similar issue is that when I pin a column, it is "squished" until I scroll (vertically or horizontally).

To reset scroll at 0, `recalculateColumns()` needs to be called after going from empty rows to displayed rows. However, my vote is for resuming the scrolled position. I already implemented...

@MorlaRamakrishna Sounds like a different issue; you should upgrade to the latest ngx-datatable version first and see if you still have the problem.

@bheda91 All I know, is that for me, calling `recalculateColumns()` fixed the header horizontal scroll being offset from the table body horizontal scroll. But you may have to call it...

Here's the SCSS I have to override this: ```scss // fix pager so that it doesn't wrap and uses available space .ngx-datatable { .datatable-footer-inner { display: flex; flex-flow: row nowrap;...