|
Title: vertical-align on datagrid cell Post by: jrnfs on June 15, 2015, 12:48:03 PM Hi,
How can I change the vertical-align to 'top' or 'bottom' instead of middle? Is it possible? I found no reference. Tks, Title: Re: vertical-align on datagrid cell Post by: stworthy on June 15, 2015, 05:21:48 PM Use the column's 'formatter' function to format the values.
Code: $('#dg').datagrid({or override the '.datagrid-body td' CSS style. Code: <style> Title: Re: vertical-align on datagrid cell Post by: jrnfs on June 15, 2015, 05:37:29 PM tks,
Title: Re: vertical-align on datagrid cell Post by: jrnfs on June 16, 2015, 07:07:06 AM ...btw, and how can I change the padding value of a column?
tks, Title: Re: vertical-align on datagrid cell Post by: stworthy on June 16, 2015, 05:18:09 PM Please try this:
Code: <style> Title: Re: vertical-align on datagrid cell Post by: jrnfs on June 16, 2015, 07:13:58 PM tks, again!
|