Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

Formatting Support in DataGrid #7

Open
gioteves opened this issue Jun 11, 2013 · 4 comments
Open

Formatting Support in DataGrid #7

gioteves opened this issue Jun 11, 2013 · 4 comments

Comments

@gioteves
Copy link

formatting support in DataGrid. Format date, number, currency, custom.

@leandrogehlen
Copy link
Owner

I do not understand what is your request. Improve the description and put an example.

@gioteves
Copy link
Author

can you add two attributes to the e:column tag in datagrid, add type and format attributes.
it would good to have something like: <e:column field="dateCreated" sortable="true" width="16" type="date" format="MM/dd/yyyy" > or <e:column field="amount" sortable="true" width="16" type="number" format="#,##0.00">

@leandrogehlen
Copy link
Owner

You can use these attributes, even if not declared.
I Will map all the attributes to synchronize with the version jQuery EasyUI 1.3.3

@murphylan
Copy link

There is a bugs in plugin:
Why does this property "width" equal 0px in e:datagrid ?
div class="datagrid-view2" style="width: 0px;"
div class="datagrid-header" style="width: 0px; height: 24px;"

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

No branches or pull requests

3 participants