Antd table - sort dosen't work with render
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
add a comment |
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
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
add a comment |
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
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
reactjs antd
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
add a comment |
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
add a comment |
1 Answer
1
active
oldest
votes
you can update antd-3.11.0 version
When I update antd its start working, thanks for help guys :D
– Damian Zborowski
Dec 10 '18 at 12:30
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
you can update antd-3.11.0 version
When I update antd its start working, thanks for help guys :D
– Damian Zborowski
Dec 10 '18 at 12:30
add a comment |
you can update antd-3.11.0 version
When I update antd its start working, thanks for help guys :D
– Damian Zborowski
Dec 10 '18 at 12:30
add a comment |
you can update antd-3.11.0 version
you can update antd-3.11.0 version
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
add a comment |
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
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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