The community will need enough information to reproduce the problem which includes the
complete html code, all js and css file references and all
js and css code in current page.
neoaguil17
In some screens I only see the 10% of "Fecha de recepcion" column and the calendar isn't complete.
So this issue happens sometimes not always? and in some specific situations?
Or you can try to add a fixed inline width to the column of your datepicker.
You should make the table responsive, so that it fits the screen. This may also require making its parent responsive. You browser debug tools to determine why thetable is wider than the screen. Maybe the columns are a fixed size, maybe no table width is
set.
Member
177 Points
629 Posts
I can not see a complete Datetimepicker in html table
Nov 05, 2019 04:49 AM|neoaguil17|LINK
Hi
I have a boostrap table in which I included a Datetimepicker.
This is the html code:
The code of the date with problems i:
Contributor
3140 Points
983 Posts
Re: I can not see a complete Datetimepicker in html table
Nov 05, 2019 05:23 AM|Yang Shen|LINK
Hi neoaguil17,
The community will need enough information to reproduce the problem which includes the complete html code, all js and css file references and all js and css code in current page.
So this issue happens sometimes not always? and in some specific situations?
Or you can try to add a fixed inline width to the column of your datepicker.
Best Regard,
Yang Shen
All-Star
58474 Points
15789 Posts
Re: I can not see a complete Datetimepicker in html table
Nov 06, 2019 03:22 PM|bruce (sqlwork.com)|LINK
You should make the table responsive, so that it fits the screen. This may also require making its parent responsive. You browser debug tools to determine why thetable is wider than the screen. Maybe the columns are a fixed size, maybe no table width is set.