-
6 Feb 2013 11:41 AM #1
[4.1.3] Grid sort not working when dataIndex === 0
[4.1.3] Grid sort not working when dataIndex === 0
If dataIndex is set to 0, this conditional will never be true,
Line 753 in grid/Column.jsCode:if (!me.sorting && oldSortState !== state && me.getSortParam()) {
The default implementation of me.getSortParam() will return the dataIndex.
So in my case I am trying to sort a column that is passed to the backend as column 0, and the sort is never fired due to this bug.
-
6 Feb 2013 2:06 PM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,656
- Vote Rating
- 435
Thanks for the report! I have opened a bug in our bug tracker.
You found a bug! We've classified it as
EXTJSIV-8544
.
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.


Reply With Quote