Ângelo Ocanã Martins

Results 8 comments of Ângelo Ocanã Martins

I'm trying to implement that. I don't have to much time, so I don't know when it will be ready. I already started, the code is here: https://github.com/angeloocana/fixed-data-table-2/blob/master/examples/ReorderColumnGroupsExample.js

Hi @marcobiedermann Great idea! I don't think it is going to be hard to implement that. I'm travelling and I'll be able to do it in 3 or 5 days....

Hi @sedubois Good point! Yes, we need that for path prefixes. One thing I like about this is that you can use different queries and layouts. What would you suggest?...

Hey @developedby! What do you mean by: > For now you have to specialize them for the specific mapping/filtering you want to do Sorry if this is a dumb question,...

I'm looking for a solution to Ramda curry, I love it, but js docs is bad =/ Example: ```js import { curry, filter, startsWith } from 'ramda'; /** * Get...