Austin

Results 31 comments of Austin

I think a data table should certainly be included here, it's a common B2B use case. But I have also struggled implementing data tables. I like how the tanstack docs...

This seems to work for me ```ts const columnHelper = createColumnHelper() export const columns: ColumnDef[] = [ columnHelper.accessor('firstName', { header: 'First Name', cell: (info) => info.getValue(), }), columnHelper.accessor('lastName', { id:...

> i made another version which uses shadcn's `select` and `scroll area` component --> https://gist.github.com/mjbalcueva/1fbcb1be9ef68a82c14d778b686a04fa This worked great for me. One thing to note is adding overflow to the ScrollArea...

> You could build your central file based on `FileRoute`s: > > ```tsx > import { Route as PostsRoute } from './routes/posts' > import { Route as FooRoute } from...

This works for me. It was covered in the opacity section of this video https://www.youtube.com/watch?v=MAtaT8BZEAo It seems like the docs don't mention this anywhere? https://play.tailwindcss.com/oYulJ30B14?file=config

Using periodic notes with 88 daily note files, this plugin is showing my notes out of order.

I was having this problem too @not-paul-v @daxidngyn . I modified the date picker a little bit to add a "setToday" prop, but otherwise I'm experiencing the same behavior where...