Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

servoyextra-table display issue #20

Open
derkh opened this issue Apr 28, 2017 · 4 comments
Open

servoyextra-table display issue #20

derkh opened this issue Apr 28, 2017 · 4 comments
Assignees

Comments

@derkh
Copy link

derkh commented Apr 28, 2017

Hi,
When first time opening a form with the table component everything looks fine.
When I switch page and then go back to the page with the table component it does not display full width.

First time dispaly the width is 1000px. Second time it is around 90 px.
When I resize the browser clientwidth en height. It is rendering again, but not displaying the columns width and table width as definded in developer.

using v 1.1.3 in 8.1.3.rc

@gboros gboros self-assigned this May 8, 2017
@gboros
Copy link
Contributor

gboros commented May 8, 2017

I can't reproduce this, I tried different scenarios, setting the columns resizable, anchoring the table ...
Do you have a sample to reproduce the issue ?

@sbutlerjr
Copy link

I get this same issue when I have the component inside of a bootstrap collapse. When it first shows,
the width doesn't size appropriately. On window resize, it works. In my use case, I have a form with the table on it. Then I have that form shown through a tabless panel. To work-around this issue, I'm dong this...

$('data-bootstrapcomponents-tablesspanel').on('show.bs.collapse', '#collapse_elem_id', function (e) {
	$(window).trigger('resize');
})

@paronne
Copy link
Member

paronne commented Nov 13, 2017

Hi, Have you tried to set the autoResize property of the columns to true ?

@costescuandrei
Copy link
Contributor

Reminder: sample is still needed for this issue - as Gabi said he could not reproduce it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants