GithubHelp home page GithubHelp logo

customPaging about react-slick HOT 12 CLOSED

akiran avatar akiran commented on May 3, 2024
customPaging

from react-slick.

Comments (12)

akiran avatar akiran commented on May 3, 2024

Yes, I will try to implement it this weekend.

or If possible, can you try to implement and submit a pull request

from react-slick.

flowdee avatar flowdee commented on May 3, 2024

Thanks for your quick reply @akiran . Would be awesome if you implement this as soon as possible!

from react-slick.

akiran avatar akiran commented on May 3, 2024

ok

from react-slick.

flowdee avatar flowdee commented on May 3, 2024

Any updates here @akiran ? Did you find time to test the implementation yet?

from react-slick.

rockymadden avatar rockymadden commented on May 3, 2024

@flowdee and @akiran, see #36

from react-slick.

flowdee avatar flowdee commented on May 3, 2024

thanks

from react-slick.

akiran avatar akiran commented on May 3, 2024

@rockymadden Thanks for the pull request.
I will review it and merge soon

from react-slick.

dra1n avatar dra1n commented on May 3, 2024

customPaging function in default-props is barely usable. It has signature function(onClick, i, element), but in Dots component there is call this.props.customPaging(i). As a result we have <button>NaN</button> and a lot of noise from React complaining about props.children mutation because NaN != NaN

customPaging: (i) => <button>{i + 1}</button> Fixes this issue

from react-slick.

akiran avatar akiran commented on May 3, 2024

customPaging implementation is still under review.
Even I am not fully confident about the current implementation. Hence not published it yet.

Welcome PR's and suggestions

from react-slick.

akiran avatar akiran commented on May 3, 2024

@dra1n Fixed the customPaging default prop issue.

from react-slick.

dra1n avatar dra1n commented on May 3, 2024

Hello! Strange things I have version "0.14.3" and customPaging is already
implemented and works almost fine.

But to the point. Function in default-props still uses onClick var which is
undefined now. This won't cause an error only because onClick will be
overridden when we are creating dot element in dots.jsx {React.cloneElement(
this.props.customPaging(i), {onClick})} So it would be better to leave
default button like this {i + 1}

Sorry for being lazy and not sending PR on this.

2016-09-16 14:24 GMT+03:00 Kiran [email protected]:

@dra1n https://github.com/dra1n Fixed the customPaging default prop
issue.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#16 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAS5Wdo-tP3MUc-_1LxkS2QhoXHnruCaks5qqnxbgaJpZM4DirJ5
.

from react-slick.

akiran avatar akiran commented on May 3, 2024

Fixed it in 0.14.4

from react-slick.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.