James Heazlewood

Results 4 issues of James Heazlewood

For example, if I want to add an icon or add commas for thousands (1,002 1,003 etc) for large page numbers. ```javascript commas(i)} innerClass="pagination" itemClass="page-item" linkClass="page-link" activePage={activePage} itemsCountPerPage={pageSize} totalItemsCount={totalRecords} onChange={pageNumber...

Noticed this was missing so instead of creating an issue I just added it.

Using git bash (Windows), running the `relay-compiler` script configured in `package.json` scripts shows the error: ``` $ npm run relay-compiler > [email protected] relay-compiler > relay-compiler 'relay-compiler' is not recognized as...

Because the container calculation is wrapped in a `setTimeout` callback, it is difficult to trigger anything after this is called. Adding an `onUpdate` callback inside there allows easily hooking into...