Try Ajitiono

Results 16 comments of Try Ajitiono

hey @pullelakalyani! I think there are 2 ways to do it: 1. The first is to utilize the context from `DatatableWrapper`. We can create a component inside `DatatableWrapper` that reads...

@pullelakalyani Unfortunately there is no built-in feature for that. However, with the table being composable as it is, we can create our own `CustomFilter` component like this: https://codesandbox.io/s/lively-surf-xgb25m?file=/src/CustomFilter.js. That `CustomFilter`...

Hello @twlai, apologies for the late reply! Here is the source for the Async Pokemon one: https://github.com/imballinst/react-bs-datatable/blob/59e1fbe617b0a184b6149fa868289bedf8084a84/src/__stories__/01-Controlled.stories.tsx#L43-L70 The `AsyncTable` is also implemented in the same file, which fires the `fetchFn`...

@masnoonmulla oooh! I see. I thought you wanted to do something like: Owner Name Mobile Jack 123123 Jack 123123 Jack 123123 In that case, yes, your solution works.

@ans-4175 are we settling with JSONBin for this iteration? Other approach that I could think of is to use Netlify to serve it. We can do this: ```bash curl https://suspicious-wozniak-66e0f6.netlify.app/.netlify/functions/server...

@ans-4175 yeah, we kinda have to make this an actual monorepo the very least (using a different base folder), but that would be overkill, on a second thought. Should I...

Sounds good, let's get #2 and #15 finished first @ans-4175 :+1:

Yes @ans-4175, that sums up neatly ✨

@ans-4175 hmm, I think we can start from this? https://create-react-app.dev/docs/making-a-progressive-web-app/ - Have the icons in `public` folder (https://github.com/cra-template/pwa/tree/master/packages/cra-template-pwa-typescript/template/public) - Add the required service worker stuff (https://github.com/cra-template/pwa/tree/master/packages/cra-template-pwa-typescript/template/src) - We might also...

Hmm, perhaps these? 1. **Available features**: list of currently implemented features (e.g. randomize password by letters/kata + pelafalan, copy to clipboard). A screenshot can also be useful. 2. **Link to...