Sean Lynch

Results 203 issues of Sean Lynch

Hopefully will allow support for `maxHeight` use cases, and should also improve rendering of `position: sticky` (`borderBottom`, etc) - https://codesandbox.io/s/xp4nk64qxq - https://codepen.io/bludev/pen/BmpwPP

Not sure if we should complicate the library, and there are many approaches, but I at least wanted to document them here. - https://elvery.net/demo/responsive-tables/ - https://github.com/filamentgroup/tablesaw - https://css-tricks.com/responsive-data-tables/ - https://www.sitepoint.com/responsive-data-tables-comprehensive-list-solutions/...

- [React-Table - HOC DraggableTable](https://codesandbox.io/s/5vxlnjrw1n) - [react-virtualized-resizable-columns](https://codesandbox.io/s/j30k46l7xw) - https://github.com/mzabriskie/react-draggable - http://clauderic.github.io/react-sortable-hoc/#/react-virtualized/sortable-table-columns?_k=o5p3dd

See [react-beautiful-dnd](https://react-beautiful-dnd.netlify.com/?selectedKind=Tables&selectedStory=with%20fixed%20width%20columns&full=0&addons=1&stories=1&panelRight=0&addonPanel=storybook%2Factions%2Factions-panel) - https://github.com/atlassian/react-beautiful-dnd/blob/master/docs/patterns/tables.md Might also be able to use [react-sortable-hoc](http://clauderic.github.io/react-sortable-hoc/#/react-virtualized/sortable-table-rows?_k=z8k80i)

We discussed this in a Flask-Security issue, but thought I'd put in an issue here to keep track. It would be helpful if you could use the Flask-Mail API to...

enhancement

Currently I'm get "System is not defined" when performing a `bundleSfx: true` because the config.js is in the pipeline. Unless I'm mistaken, should this not be the case. Semi-related, it...

bug

Currently all relations loaded via `with` are done so using a [subsequent](https://github.com/js-data/js-data-sql/blob/master/src/index.js#L80) `select * from relationTable where id in (...)`. For `hasOne` and `belongsTo` relations, loading these relatoins should be...

I'm proposing to add the `search` query operator to support full-text search ``` js Comment.filter({ where: { content: { 'search': 'some search terms' } } }); ``` you could also...

Need to create some tests for [this change](https://github.com/js-data/js-data-sql/commit/1f4f2bf4a9d8b92330e98d24899b10187bec8017), which requires some new non-standard tables/relations to test against