Hyojin Kwak

Results 23 comments of Hyojin Kwak

Considering the scope of your event handler function, In this case, I would say using ```call``` method with specific arguments is a solution. And I think the other way is...

I don't have any plan yet. Do you have any issue to deal with v1 package?

@mrwillis Hi, I think what we can do now is to increase width which doesn't solve the problem fundamentally. 😅 I'm considering adding a prop which can change a position...

@advance512 Thanks for your comment! @mantydze Yes, you are right! most of Datatables component provide features like sorting are done within the library. but on the other hand, in react...

@advance512 Thank you for giving us your code! :) @bharadwajag It depends on your data and how you want to implement, but if you are thinking sorting on client side,...

@ekaoddlass Hi, FakeAPI just slices data array based on ```currentPage``` and ```rowSize``` parameters and returns it. So if your api already has pagination, call your api, instead of FakeAPI, and...

@logysis Hi, What are you going to display with "enabled" field? If it is "true" or "false" as string, then you can convert it to string before render or can...

@mrwillis Hi, It looks like it's caused by the scrollbar. so it may not occur on Mac. I found a tricky solution. you can set like this, ``` fixedHeader={true} tableHeaderStyle={{borderRight:...

@oim5nu Thanks for giving us your code. @fmavdb I'm sorry to confuse you, but so far, it doesn't provide features which are all done within the component. It's more like...

@ertucaglar sort, filter, pagination are stateless. it doesn't provide full features. you should manipulate your data manually with the events that components provide.