Antd table - sort dosen't work with render












0















I go problem with sorting data in table because when I using sorter with render function sort work only time



{
title: 'App',
dataIndex: 'location',
render: location => location.join(', '),
sorter: true
}, {
title: 'Priority',
dataIndex: 'priority',
sorter: true
}


Sorter buttons in column dosen't change and i got the same data from table handle event function. I dont want write sorter function on frontend because i do this on backend










share|improve this question

























  • Did you consider ajax table?

    – Alex
    Nov 27 '18 at 10:08











  • Hi @Alex thanks for response. I try this emaple but its dosen't help for me. Sorter works well when I remove render function with custom display from column where I try to use it. My data flow is -> sorter click on table -> redux action -> api call -> new data going in to redux -> display data in table. I dont know what is going on because sorter working only in one way, only when i click first time, sorter table event return good value. Next time when I cliking sorter data dosent change. Do you have an idea what could be the reason?

    – Damian Zborowski
    Nov 28 '18 at 20:56











  • Please update the question with non-working snippet

    – Hassan Imam
    Dec 10 '18 at 8:20
















0















I go problem with sorting data in table because when I using sorter with render function sort work only time



{
title: 'App',
dataIndex: 'location',
render: location => location.join(', '),
sorter: true
}, {
title: 'Priority',
dataIndex: 'priority',
sorter: true
}


Sorter buttons in column dosen't change and i got the same data from table handle event function. I dont want write sorter function on frontend because i do this on backend










share|improve this question

























  • Did you consider ajax table?

    – Alex
    Nov 27 '18 at 10:08











  • Hi @Alex thanks for response. I try this emaple but its dosen't help for me. Sorter works well when I remove render function with custom display from column where I try to use it. My data flow is -> sorter click on table -> redux action -> api call -> new data going in to redux -> display data in table. I dont know what is going on because sorter working only in one way, only when i click first time, sorter table event return good value. Next time when I cliking sorter data dosent change. Do you have an idea what could be the reason?

    – Damian Zborowski
    Nov 28 '18 at 20:56











  • Please update the question with non-working snippet

    – Hassan Imam
    Dec 10 '18 at 8:20














0












0








0








I go problem with sorting data in table because when I using sorter with render function sort work only time



{
title: 'App',
dataIndex: 'location',
render: location => location.join(', '),
sorter: true
}, {
title: 'Priority',
dataIndex: 'priority',
sorter: true
}


Sorter buttons in column dosen't change and i got the same data from table handle event function. I dont want write sorter function on frontend because i do this on backend










share|improve this question
















I go problem with sorting data in table because when I using sorter with render function sort work only time



{
title: 'App',
dataIndex: 'location',
render: location => location.join(', '),
sorter: true
}, {
title: 'Priority',
dataIndex: 'priority',
sorter: true
}


Sorter buttons in column dosen't change and i got the same data from table handle event function. I dont want write sorter function on frontend because i do this on backend







reactjs antd






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 26 '18 at 12:28









Nick

37.6k132443




37.6k132443










asked Nov 26 '18 at 12:24









Damian ZborowskiDamian Zborowski

31




31













  • Did you consider ajax table?

    – Alex
    Nov 27 '18 at 10:08











  • Hi @Alex thanks for response. I try this emaple but its dosen't help for me. Sorter works well when I remove render function with custom display from column where I try to use it. My data flow is -> sorter click on table -> redux action -> api call -> new data going in to redux -> display data in table. I dont know what is going on because sorter working only in one way, only when i click first time, sorter table event return good value. Next time when I cliking sorter data dosent change. Do you have an idea what could be the reason?

    – Damian Zborowski
    Nov 28 '18 at 20:56











  • Please update the question with non-working snippet

    – Hassan Imam
    Dec 10 '18 at 8:20



















  • Did you consider ajax table?

    – Alex
    Nov 27 '18 at 10:08











  • Hi @Alex thanks for response. I try this emaple but its dosen't help for me. Sorter works well when I remove render function with custom display from column where I try to use it. My data flow is -> sorter click on table -> redux action -> api call -> new data going in to redux -> display data in table. I dont know what is going on because sorter working only in one way, only when i click first time, sorter table event return good value. Next time when I cliking sorter data dosent change. Do you have an idea what could be the reason?

    – Damian Zborowski
    Nov 28 '18 at 20:56











  • Please update the question with non-working snippet

    – Hassan Imam
    Dec 10 '18 at 8:20

















Did you consider ajax table?

– Alex
Nov 27 '18 at 10:08





Did you consider ajax table?

– Alex
Nov 27 '18 at 10:08













Hi @Alex thanks for response. I try this emaple but its dosen't help for me. Sorter works well when I remove render function with custom display from column where I try to use it. My data flow is -> sorter click on table -> redux action -> api call -> new data going in to redux -> display data in table. I dont know what is going on because sorter working only in one way, only when i click first time, sorter table event return good value. Next time when I cliking sorter data dosent change. Do you have an idea what could be the reason?

– Damian Zborowski
Nov 28 '18 at 20:56





Hi @Alex thanks for response. I try this emaple but its dosen't help for me. Sorter works well when I remove render function with custom display from column where I try to use it. My data flow is -> sorter click on table -> redux action -> api call -> new data going in to redux -> display data in table. I dont know what is going on because sorter working only in one way, only when i click first time, sorter table event return good value. Next time when I cliking sorter data dosent change. Do you have an idea what could be the reason?

– Damian Zborowski
Nov 28 '18 at 20:56













Please update the question with non-working snippet

– Hassan Imam
Dec 10 '18 at 8:20





Please update the question with non-working snippet

– Hassan Imam
Dec 10 '18 at 8:20












1 Answer
1






active

oldest

votes


















0














you can update antd-3.11.0 version






share|improve this answer
























  • When I update antd its start working, thanks for help guys :D

    – Damian Zborowski
    Dec 10 '18 at 12:30












Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53481071%2fantd-table-sort-dosent-work-with-render%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














you can update antd-3.11.0 version






share|improve this answer
























  • When I update antd its start working, thanks for help guys :D

    – Damian Zborowski
    Dec 10 '18 at 12:30
















0














you can update antd-3.11.0 version






share|improve this answer
























  • When I update antd its start working, thanks for help guys :D

    – Damian Zborowski
    Dec 10 '18 at 12:30














0












0








0







you can update antd-3.11.0 version






share|improve this answer













you can update antd-3.11.0 version







share|improve this answer












share|improve this answer



share|improve this answer










answered Dec 10 '18 at 10:16









sivensiven

362




362













  • When I update antd its start working, thanks for help guys :D

    – Damian Zborowski
    Dec 10 '18 at 12:30



















  • When I update antd its start working, thanks for help guys :D

    – Damian Zborowski
    Dec 10 '18 at 12:30

















When I update antd its start working, thanks for help guys :D

– Damian Zborowski
Dec 10 '18 at 12:30





When I update antd its start working, thanks for help guys :D

– Damian Zborowski
Dec 10 '18 at 12:30




















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53481071%2fantd-table-sort-dosent-work-with-render%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Ottavio Pratesi

Tricia Helfer

15 giugno