You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.
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">
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
formatting support in DataGrid. Format date, number, currency, custom.
The text was updated successfully, but these errors were encountered: